public class VideoConfiguration
Constructor and description |
---|
VideoConfiguration
() |
VideoConfiguration
(Recorder recorder, VideoFileFormat videoFormat, int depth, long screenRate, long mouseRate, long maxFrameDuration, VideoCursor cursor) |
Type Params | Return Type | Name and description |
---|---|---|
|
public int |
getAviSyncInterval() |
|
public VideoCursor |
getCursor() |
|
public BufferedImage |
getCursorImage() |
|
public Point |
getCursorOffset() |
|
public int |
getDepth() |
|
public long |
getMaxFrameDuration() |
|
public long |
getMouseRate() |
|
public int |
getQuicktimeSyncInterval() |
|
public Recorder |
getRecorder() |
|
public long |
getScreenRate() |
|
public VideoFileFormat |
getVideoFormat() |
|
public void |
setDepth(int depth) |
|
public void |
setRecorder(Recorder recorder) |
|
public void |
setVideoFormat(VideoFileFormat videoFormat) |