共用方式為


AVAudioSessionCategoryOptions 列舉

定義

列舉,其值指定選擇性音訊行為。

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

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

欄位

AllowAirPlay 64

表示允許 AirPlay。

AllowBluetooth 4

表示允許藍牙。

AllowBluetoothA2DP 32

表示允許藍牙 A2DP。

DefaultToSpeaker 8

表示預設應該使用系統輸出。

DuckOthers 2

表示當這個會話現正播放時,會減少來自其他音訊會話的輸出音量。

InterruptSpokenAudioAndMixWithOthers 17

表示輸出通常是口語文字輸出,應該暫停來自其他會話的輸出。

MixWithOthers 1

表示此會話的輸出應該與其他會話的輸出混合在 一起。

適用於