Uses of Class
org.openpatch.scratch.extensions.recorder.Recorder
Packages that use Recorder
-
Uses of Recorder in org.openpatch.scratch.extensions.recorder
Subclasses of Recorder in org.openpatch.scratch.extensions.recorderModifier and TypeClassDescriptionclass
The FFmpegRecorder class extends the Recorder class to provide functionality for recording frames and converting them into a video file using FFmpeg.class
The FrameRecorder class extends the Recorder class to provide functionality for saving frames of an applet as PNG files.class
The GifRecorder class is responsible for recording and saving frames as GIF images.