AVAudioSessionCategoryOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify optional audio behaviors.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AVAudioSessionCategoryOptions
type AVAudioSessionCategoryOptions =
- Inheritance
-
AVAudioSessionCategoryOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
MixWithOthers | 1 | Indicates that this session's output should mix in with output from other sessions. |
DuckOthers | 2 | Indicates that output volume from other audio sessions will be reduced when this one is playing. |
AllowBluetooth | 4 | Indicates that Bluetooth is allowed. |
DefaultToSpeaker | 8 | Indicates that the system output should be used by default. |
InterruptSpokenAudioAndMixWithOthers | 17 | Indicates that the output is typically spoken word output that should pause output from other sessions. |
AllowBluetoothA2DP | 32 | Indicates that Bluetooth A2DP is allowed. |
AllowAirPlay | 64 | Indicates that AirPlay is allowed. |