Uses of Class
adams.flow.sink.ffmpeg.AbstractFFmpegPlugin
-
Packages that use AbstractFFmpegPlugin Package Description adams.flow.sink adams.flow.sink.ffmpeg -
-
Uses of AbstractFFmpegPlugin in adams.flow.sink
Fields in adams.flow.sink declared as AbstractFFmpegPlugin Modifier and Type Field Description protected AbstractFFmpegPlugin
FFmpeg. m_Plugin
the plugin to execute.Methods in adams.flow.sink that return AbstractFFmpegPlugin Modifier and Type Method Description AbstractFFmpegPlugin
FFmpeg. getPlugin()
Returns the plugin to use.Methods in adams.flow.sink with parameters of type AbstractFFmpegPlugin Modifier and Type Method Description void
FFmpeg. setPlugin(AbstractFFmpegPlugin value)
Sets the plugin to use. -
Uses of AbstractFFmpegPlugin in adams.flow.sink.ffmpeg
Subclasses of AbstractFFmpegPlugin in adams.flow.sink.ffmpeg Modifier and Type Class Description class
AbstractFFmpegPluginWithOptions
Ancestor forFFmpeg
plugins that offers the user to specify additional input/output options.class
ConvertAudio
Converts audio files.class
GenericPlugin
A generic plugin.class
MovieFromImages
Creates a movie out of a range of images.
-