Class AudioFileStreamParseFlags


  • public final class AudioFileStreamParseFlags
    extends java.lang.Object
    [@enum] AudioFileStreamParseFlags [@constant] kAudioFileStreamParseFlag_Discontinuity This flag is passed in to AudioFileStreamParseBytes to signal a discontinuity. Any partial packet straddling a buffer boundary will be discarded. This is necessary to avoid being called with a corrupt packet. After a discontinuity occurs seeking may be approximate in some data formats.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • kAudioFileStreamParseFlag_Discontinuity

        public static final int kAudioFileStreamParseFlag_Discontinuity
        See Also:
        Constant Field Values