Class MatroskaAudioTrack

    • Constructor Detail

      • MatroskaAudioTrack

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

      • process

        public void process​(LocalAudioTrackExecutor localExecutor)
        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