AVAudioPlayerNodeBufferOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flagging enumeration whose values are valid options in calls to ScheduleBufferAsync(AVAudioPcmBuffer, AVAudioTime, AVAudioPlayerNodeBufferOptions, AVAudioPlayerNodeCompletionCallbackType)
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AVAudioPlayerNodeBufferOptions
type AVAudioPlayerNodeBufferOptions =
- Inheritance
-
AVAudioPlayerNodeBufferOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Loops | 1 | The buffer should loop indefinitely. |
Interrupts | 2 | The buffer should interrupt any other buffer that is already playing. |
InterruptsAtLoop | 4 | The buffer should interrupt any other buffer at its loop point. |