Class OggAudioTrack

    • Constructor Detail

      • OggAudioTrack

        public OggAudioTrack​(AudioTrackInfo trackInfo,
                             SeekableInputStream inputStream)
        Parameters:
        trackInfo - Track info
        inputStream - Input stream for the OGG stream
    • Method Detail

      • process

        public void process​(LocalAudioTrackExecutor localExecutor)
                     throws java.io.IOException
        Description copied from interface: InternalAudioTrack
        Perform any necessary loading and then enter the read/seek loop
        Parameters:
        localExecutor - The local executor which processes this track
        Throws:
        java.io.IOException