Class DecodedTrackHolder


  • public class DecodedTrackHolder
    extends java.lang.Object
    The result of decoding a track.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • decodedTrack

        public final AudioTrack decodedTrack
        The decoded track. This may be null if there was a track to decode, but the decoding could not be performed because of an older serialization version or because the track source it used is not loaded.
    • Constructor Detail

      • DecodedTrackHolder

        public DecodedTrackHolder​(AudioTrack decodedTrack)
        Parameters:
        decodedTrack - The decoded track