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