BZAudioSessionCategoryOption Constants Reference
Declared in | BZMediaParams.h |
BZAudioSessionCategoryOption
This constant enumerator defines the Audio Session Category Option of (ASCO). Audio Session Category is set by default to AVAudioSessionCategoryPlayAndRecord. Does not applay to macOS.
Definition
typedef NS_ENUM(NSInteger, BZAudioSessionCategoryOption ) {
ASCO_MixWithOthers = 0 x1,
ASCO_DuckOthers = 0 x2,
ASCO_AllowBluetooth = 0 x4,
ASCO_DefaultToSpeaker = 0 x8,
ASCO_InterruptSpokenAudioAndMixWithOthers = 0 x11,
ASCO_AllowBluetoothA2DP = 0 x20,
ASCO_AllowAirPlay = 0 x40,
};
Constants
ASCO_MixWithOthers
-
Mix with others.
Declared In
BZMediaParams.h
. ASCO_DuckOthers
-
Duck others.
Declared In
BZMediaParams.h
. ASCO_AllowBluetooth
-
Allow bluetooth.
Declared In
BZMediaParams.h
. ASCO_DefaultToSpeaker
-
Default to speaker.
Declared In
BZMediaParams.h
. ASCO_InterruptSpokenAudioAndMixWithOthers
-
Interrupt spoken audio and mix with others.
Declared In
BZMediaParams.h
. ASCO_AllowBluetoothA2DP
-
Allow bluetooth A2DP.
Declared In
BZMediaParams.h
. ASCO_AllowAirPlay
-
Allow airplay.
Declared In
BZMediaParams.h
.
Declared In
BZMediaParams.h