public class ScreenRecorderOptions extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CRF_VALUE |
static int |
DEFAULT_FPS |
| 构造器和说明 |
|---|
ScreenRecorderOptions(Double speed,
BoundingBox crop,
String path,
ScreenCastFormat format,
Double scale,
String ffmpegPath,
Integer fps,
Integer loop,
Long delay,
Integer quality,
Integer colors) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getColors() |
BoundingBox |
getCrop() |
Long |
getDelay() |
String |
getFfmpegPath() |
ScreenCastFormat |
getFormat() |
Integer |
getFps() |
Integer |
getLoop() |
String |
getPath() |
Integer |
getQuality() |
Double |
getScale() |
Double |
getSpeed() |
void |
setColors(Integer colors) |
void |
setCrop(BoundingBox crop) |
void |
setDelay(Long delay) |
void |
setFfmpegPath(String ffmpegPath) |
void |
setFormat(ScreenCastFormat format) |
void |
setFps(Integer fps) |
void |
setLoop(Integer loop) |
void |
setPath(String path) |
void |
setQuality(Integer quality) |
void |
setScale(Double scale) |
void |
setSpeed(Double speed) |
public static final int DEFAULT_FPS
public static final int CRF_VALUE
public ScreenCastFormat getFormat()
public void setFormat(ScreenCastFormat format)
public Double getScale()
public void setScale(Double scale)
public String getPath()
public void setPath(String path)
public BoundingBox getCrop()
public void setCrop(BoundingBox crop)
public Double getSpeed()
public void setSpeed(Double speed)
public String getFfmpegPath()
public void setFfmpegPath(String ffmpegPath)
public Integer getLoop()
public Long getDelay()
public Integer getColors()
public Integer getFps()
public Integer getQuality()
public void setLoop(Integer loop)
public void setQuality(Integer quality)
public void setDelay(Long delay)
public void setColors(Integer colors)
public void setFps(Integer fps)
Copyright © 2020–2025. All rights reserved.