共用方式為


AVAudioPlayerNodeBufferOptions 列舉

定義

標記列舉,其值在呼叫中的有效選項 ScheduleBufferAsync(AVAudioPcmBuffer, AVAudioTime, AVAudioPlayerNodeBufferOptions, AVAudioPlayerNodeCompletionCallbackType)

此列舉支援其成員值的位元組合。

[System.Flags]
public enum AVAudioPlayerNodeBufferOptions
type AVAudioPlayerNodeBufferOptions = 
繼承
AVAudioPlayerNodeBufferOptions
屬性

欄位

Interrupts 2

緩衝區應該中斷任何其他已經播放的緩衝區。

InterruptsAtLoop 4

緩衝區應該在其迴圈點中斷任何其他緩衝區。

Loops 1

緩衝區應該無限期迴圈。

適用於