Interface AudioFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Free all resources.
      void flush()
      Flush everything to output.
      void seekPerformed​(long requestedTime, long providedTime)
      Indicates that the next samples are not a continuation from the previous ones and gives the timecode for the next incoming sample.
    • Method Detail

      • seekPerformed

        void seekPerformed​(long requestedTime,
                           long providedTime)
        Indicates that the next samples are not a continuation from the previous ones and gives the timecode for the next incoming sample.
        Parameters:
        requestedTime - Timecode in milliseconds to which the seek was requested to
        providedTime - Timecode in milliseconds to which the seek was actually performed to
      • flush

        void flush()
            throws java.lang.InterruptedException
        Flush everything to output.
        Throws:
        java.lang.InterruptedException - When interrupted externally (or for seek/stop).
      • close

        void close()
        Free all resources. No more input is expected.