public final class AVAudioPlayerNodeBufferOptions
extends java.lang.Object
Options controlling buffer scheduling.
[@constant] AVAudioPlayerNodeBufferLoops The buffer loops indefinitely. [@constant] AVAudioPlayerNodeBufferInterrupts The buffer interrupts any buffer already playing. [@constant] AVAudioPlayerNodeBufferInterruptsAtLoop The buffer interrupts any buffer already playing, at its loop point.
API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0))
| Modifier and Type | Field and Description |
|---|---|
static long |
Interrupts
0x02
|
static long |
InterruptsAtLoop
0x04
|
static long |
Loops
0x01
|
public static final long Loops
public static final long Interrupts
public static final long InterruptsAtLoop