AVAudioPlayerNodeBufferOptions Enum

Definition

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

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.

Loops 1

The buffer should loop indefinitely.

Applies to