Uses of Class
adams.data.video.AbstractRecorder
-
Packages that use AbstractRecorder Package Description adams.data.video adams.flow.standalone -
-
Uses of AbstractRecorder in adams.data.video
Subclasses of AbstractRecorder in adams.data.video Modifier and Type Class Description class
AbstractFileBaseRecorder
Ancestor for file-based recorders.class
AbstractScreenRecorder
Ancestor for screen recorders.class
AbstractSoundRecorder
Ancestor for sound recorders.class
AbstractVideoRecorder
Ancestor for video recorders.class
AbstractWebcamRecorder
Ancestor for webcam recorders.class
MultiRecorder
class
SampledSoundRecorder
Configures the com.github.fracpete.screencast4j.record.sound.SampledSoundRecorder sound recorder.class
SarxosWebcamRecorder
Configures the com.github.fracpete.screencast4j.record.webcam.SarxosWebcamRecorder webcam recorder.class
XuggleScreenRecorder
Configures the com.github.fracpete.screencast4j.record.screen.XuggleScreenRecorder screen recorder.Fields in adams.data.video declared as AbstractRecorder Modifier and Type Field Description protected AbstractRecorder[]
MultiRecorder. m_Recorders
the recorders to use.Methods in adams.data.video that return AbstractRecorder Modifier and Type Method Description AbstractRecorder[]
MultiRecorder. getFramesPerSecond()
Returns the recorders to use.Methods in adams.data.video with parameters of type AbstractRecorder Modifier and Type Method Description void
MultiRecorder. setRecorders(AbstractRecorder[] value)
Sets the recorders to use. -
Uses of AbstractRecorder in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractRecorder Modifier and Type Field Description protected AbstractRecorder
RecordingSetup. m_Recorder
the recording setup to use.Methods in adams.flow.standalone that return AbstractRecorder Modifier and Type Method Description AbstractRecorder
RecordingSetup. getRecorder()
Returns the recorder setup to use.Methods in adams.flow.standalone with parameters of type AbstractRecorder Modifier and Type Method Description void
RecordingSetup. setRecorder(AbstractRecorder value)
Sets the recorder setup to use.
-