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 classAbstractFileBaseRecorderAncestor for file-based recorders.classAbstractScreenRecorderAncestor for screen recorders.classAbstractSoundRecorderAncestor for sound recorders.classAbstractVideoRecorderAncestor for video recorders.classAbstractWebcamRecorderAncestor for webcam recorders.classMultiRecorderclassSampledSoundRecorderConfigures the com.github.fracpete.screencast4j.record.sound.SampledSoundRecorder sound recorder.classSarxosWebcamRecorderConfigures the com.github.fracpete.screencast4j.record.webcam.SarxosWebcamRecorder webcam recorder.classXuggleScreenRecorderConfigures 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_Recordersthe recorders to use.Methods in adams.data.video that return AbstractRecorder Modifier and Type Method Description AbstractRecorder[]MultiRecorder. getRecorders()Returns the recorders to use.Methods in adams.data.video with parameters of type AbstractRecorder Modifier and Type Method Description voidMultiRecorder. 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 AbstractRecorderRecordingSetup. m_Recorderthe recording setup to use.Methods in adams.flow.standalone that return AbstractRecorder Modifier and Type Method Description AbstractRecorderRecordingSetup. getRecorder()Returns the recorder setup to use.Methods in adams.flow.standalone with parameters of type AbstractRecorder Modifier and Type Method Description voidRecordingSetup. setRecorder(AbstractRecorder value)Sets the recorder setup to use.
-