Enum ISN_AVAudioSessionCategoryOptions
Constants that specify optional audio behaviors.
Namespace: SA.iOS.AVFoundation
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_AVAudioSessionCategoryOptions
Fields
| Name | Description |
|---|---|
| AllowAirPlay | An option that determines whether you can stream audio from this session to AirPlay devices. |
| AllowBluetooth | An option that determines whether Bluetooth hands-free devices appear as available input routes. |
| AllowBluetoothA2DP | An option that determines whether you can stream audio from this session to Bluetooth devices that support the Advanced Audio Distribution Profile (A2DP). |
| DefaultToSpeaker | An option that determines whether audio from the session defaults to the built-in speaker instead of the receiver. |
| DuckOthers | An option that reduces the volume of other audio session while audio from this session plays. |
| InterruptSpokenAudioAndMixWithOthers | An option that determines whether to pause spoken audio content from other sessions when your app plays its audio. |
| MixWithOthers | An option that indicates whether audio from this session mixes with audio from active sessions in other audio apps. |