AVAudioPlayerNodeBufferOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
標記列舉,其值在呼叫中的有效選項 ScheduleBufferAsync(AVAudioPcmBuffer, AVAudioTime, AVAudioPlayerNodeBufferOptions, AVAudioPlayerNodeCompletionCallbackType)
此列舉支援其成員值的位元組合。
[System.Flags]
public enum AVAudioPlayerNodeBufferOptions
type AVAudioPlayerNodeBufferOptions =
- 繼承
-
AVAudioPlayerNodeBufferOptions
- 屬性
欄位
Interrupts | 2 | 緩衝區應該中斷任何其他已經播放的緩衝區。 |
InterruptsAtLoop | 4 | 緩衝區應該在其迴圈點中斷任何其他緩衝區。 |
Loops | 1 | 緩衝區應該無限期迴圈。 |