Package apple.audiotoolbox.enums
Class AUScheduledAudioSliceFlags
- java.lang.Object
-
- apple.audiotoolbox.enums.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.
-
-
Field Summary
Fields Modifier and Type Field Description static intBeganToRenderstatic intBeganToRenderLatestatic intCompletestatic intInterruptnew for OS X 10.10 and iOS 8.0static intInterruptAtLoopnew for OS X 10.10 and iOS 8.0static intLoopnew for OS X 10.10 and iOS 8.0
-
-
-
Field Detail
-
Complete
public static final int Complete
- See Also:
- Constant Field Values
-
BeganToRender
public static final int BeganToRender
- See Also:
- Constant Field Values
-
BeganToRenderLate
public static final int BeganToRenderLate
- See Also:
- Constant Field Values
-
Loop
public static final int Loop
new for OS X 10.10 and iOS 8.0- See Also:
- Constant Field Values
-
Interrupt
public static final int Interrupt
new for OS X 10.10 and iOS 8.0- See Also:
- Constant Field Values
-
InterruptAtLoop
public static final int InterruptAtLoop
new for OS X 10.10 and iOS 8.0- See Also:
- Constant Field Values
-
-