Class GenericPlugin

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.SizeOfHandler, Serializable

    public class GenericPlugin
    extends AbstractFFmpegPlugin
    A generic plugin.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_InputOptions

        protected String m_InputOptions
        input options to use for ffmpeg.
      • m_OutputOptions

        protected String m_OutputOptions
        output options to use for ffmpeg.
    • Constructor Detail

      • GenericPlugin

        public GenericPlugin()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class adams.core.option.AbstractOptionHandler
      • getDefaultInputOptions

        protected String getDefaultInputOptions()
        Returns the default input options.
        Returns:
        the default
      • setInputOptions

        public void setInputOptions​(String value)
        Sets the input options to use.
        Parameters:
        value - the options
      • getInputOptions

        public String getInputOptions()
        Returns the input options to use.
        Returns:
        the options
      • inputOptionsTipText

        public String inputOptionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultOutputOptions

        protected String getDefaultOutputOptions()
        Returns the default output options.
        Returns:
        the default
      • setOutputOptions

        public void setOutputOptions​(String value)
        Sets the output options to use.
        Parameters:
        value - the options
      • getOutputOptions

        public String getOutputOptions()
        Returns the output options to use.
        Returns:
        the options
      • outputOptionsTipText

        public String outputOptionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.