Package apple.avfoundation.enums
Class AVAudioPlayerNodeBufferOptions
- java.lang.Object
-
- apple.avfoundation.enums.AVAudioPlayerNodeBufferOptions
-
public final class AVAudioPlayerNodeBufferOptions extends java.lang.Object[@enum] AVAudioPlayerNodeBufferOptions 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))
-
-
Field Summary
Fields Modifier and Type Field Description static longInterrupts0x02static longInterruptsAtLoop0x04static longLoops0x01
-
-
-
Field Detail
-
Loops
public static final long Loops
0x01- See Also:
- Constant Field Values
-
Interrupts
public static final long Interrupts
0x02- See Also:
- Constant Field Values
-
InterruptsAtLoop
public static final long InterruptsAtLoop
0x04- See Also:
- Constant Field Values
-
-