Class AUScheduledAudioSliceFlags


  • public final class AUScheduledAudioSliceFlags
    extends java.lang.Object
    [@enum] ScheduledAudioSlice bits in ScheduledAudioSlice.mFlags [@constant] kScheduledAudioSliceFlag_Complete Set if the unit is done with this slice [@constant] kScheduledAudioSliceFlag_BeganToRender Set if any portion of the buffer has been played [@constant] kScheduledAudioSliceFlag_BeganToRenderLate Set if any portion of the buffer was not played because it was scheduled late [@constant] kScheduledAudioSliceFlag_Loop specifies that the buffer should loop indefinitely [@constant] kScheduledAudioSliceFlag_Interrupt specifies that the buffer should interrupt any previously scheduled buffer (by default, buffers following a playing buffer are not played until the playing buffer has completed). [@constant] kScheduledAudioSliceFlag_InterruptAtLoop specifies that the buffer should interrupt any previously scheduled buffer, but only at a loop point in that buffer.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait