Class FlacAudioTrack

    • Constructor Detail

      • FlacAudioTrack

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

      • process

        public void process​(LocalAudioTrackExecutor localExecutor)
                     throws java.lang.Exception
        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.lang.Exception - In case anything explodes.