Interface OggTrackHandler

    • Method Detail

      • initialise

        void initialise​(AudioProcessingContext context,
                        long timecode,
                        long desiredTimecode)
                 throws java.io.IOException
        Initialises the track stream.
        Parameters:
        context - Configuration and output information for processing
        Throws:
        java.io.IOException - On read error.
      • provideFrames

        void provideFrames()
                    throws java.lang.InterruptedException
        Decodes audio frames and sends them to frame consumer.
        Throws:
        java.lang.InterruptedException - When interrupted externally (or for seek/stop).
      • seekToTimecode

        void seekToTimecode​(long timecode)
        Seeks to the specified timecode.
        Parameters:
        timecode - The timecode in milliseconds