public final class AUScheduledAudioSliceFlags
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
BeganToRender |
static int |
BeganToRenderLate |
static int |
Complete |
static int |
Interrupt
new for OS X 10.10 and iOS 8.0
|
static int |
InterruptAtLoop
new for OS X 10.10 and iOS 8.0
|
static int |
Loop
new for OS X 10.10 and iOS 8.0
|
public static final int Complete
public static final int BeganToRender
public static final int BeganToRenderLate
public static final int Loop
public static final int Interrupt
public static final int InterruptAtLoop