Class ConvertAudio

  • 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 ConvertAudio
    extends AbstractFFmpegPluginWithOptions
    Converts audio files.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Encoder

        protected String m_Encoder
        the output encoder to use.
      • m_BitRate

        protected int m_BitRate
        the bitrate to use.
    • Constructor Detail

      • ConvertAudio

        public ConvertAudio()
    • 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 AbstractFFmpegPluginWithOptions
      • setEncoder

        public void setEncoder​(String value)
        Sets the encoder to use.
        Parameters:
        value - the encoder
      • getEncoder

        public String getEncoder()
        Returns the encoder to use.
        Returns:
        the encoder
      • encoderTipText

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

        public void setBitRate​(int value)
        Sets the bit rate to use.
        Parameters:
        value - the bit rate
      • getBitRate

        public int getBitRate()
        Returns the bit rate to use.
        Returns:
        the bit rate
      • bitRateTipText

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

        public String getQuickInfo()
        Returns a quick info about the plugin, which will be displayed in the GUI.
        Specified by:
        getQuickInfo in interface adams.core.QuickInfoSupporter
        Overrides:
        getQuickInfo in class AbstractFFmpegPluginWithOptions
        Returns:
        null if no info available, otherwise short string