Class AdtsAudioTrack

    • Constructor Detail

      • AdtsAudioTrack

        public AdtsAudioTrack​(AudioTrackInfo trackInfo,
                              java.io.InputStream inputStream)
        Parameters:
        trackInfo - Track info
        inputStream - Input stream for the ADTS stream
    • 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.