AVAudioPlayerNodeBufferOptions 枚举

定义

标记枚举,其值是调用中的有效选项 ScheduleBufferAsync(AVAudioPcmBuffer, AVAudioTime, AVAudioPlayerNodeBufferOptions, AVAudioPlayerNodeCompletionCallbackType)

此枚举支持其成员值的按位组合。

[System.Flags]
public enum AVAudioPlayerNodeBufferOptions
type AVAudioPlayerNodeBufferOptions = 
继承
AVAudioPlayerNodeBufferOptions
属性

字段

Interrupts 2

缓冲区应中断已播放的任何其他缓冲区。

InterruptsAtLoop 4

缓冲区应在其循环点中断任何其他缓冲区。

Loops 1

缓冲区应无限期循环。

适用于