AVAudioSessionCategoryOptions Enum

Definition

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

AllowAirPlay 64

Indicates that AirPlay is allowed.

AllowBluetooth 4

Indicates that Bluetooth is allowed.

AllowBluetoothA2DP 32

Indicates that Bluetooth A2DP is allowed.

DefaultToSpeaker 8

Indicates that the system output should be used by default.

DuckOthers 2

Indicates that output volume from other audio sessions will be reduced when this one is playing.

InterruptSpokenAudioAndMixWithOthers 17

Indicates that the output is typically spoken word output that should pause output from other sessions.

MixWithOthers 1

Indicates that this session's output should mix in with output from other sessions.

Applies to