Version
menu_open

◆ AkAudioSessionCategoryOptions

The IDs of the iOS audio session category options, used for customizing the audio session category features. These IDs are funtionally equivalent to the corresponding constants defined by the iOS audio session service backend (AVAudioSession). Refer to Xcode documentation for details on the audio session category options. The original prefix "AV" is replaced with "Ak" for the ID names.

Remarks
These options only have an effect with specific audio session categories. See the documentation for each option to learn which category they affect.
See also
Enumerator
AkAudioSessionCategoryOptionMixWithOthers 

Same as AVAudioSessionCategoryOptionMixWithOthers. Only affects PlayAndRecord and Playback categories.

AkAudioSessionCategoryOptionDuckOthers 

Same as AVAudioSessionCategoryOptionDuckOthers. Implicitely sets the MixWithOthers option. Only affects PlayAndRecord and Playback categories.

AkAudioSessionCategoryOptionAllowBluetooth 

Same as AVAudioSessionCategoryOptionAllowBluetooth. Only affects PlayAndRecord category.

AkAudioSessionCategoryOptionDefaultToSpeaker 

Same as AVAudioSessionCategoryOptionDefaultToSpeaker. Only affects PlayAndRecord category.

AkAudioSessionCategoryOptionAllowBluetoothA2DP 

Same as AVAudioSessionCategoryOptionAllowBluetoothA2DP. Only affects PlayAndRecord category.

Definition at line 61 of file AkiOSSoundEngine.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise