public final class AVAudioRoutingArbitrationCategory
extends java.lang.Object
The category describes the general type of audio that the app plans to use.
Provides context to the operating system about the type of audio an application intends to use. The system uses this information when arbitrating between Apple products that want to take ownership of Bluetooth audio routes. [@constant] AVAudioRoutingArbitrationCategoryPlayback Used for Audio playback. [@constant] AVAudioRoutingArbitrationCategoryPlayAndRecord Used for recording and playing back audio. [@constant] AVAudioRoutingArbitrationCategoryPlayAndRecordVoice Appropriate for Voice over IP(VoIP) applications.
| Modifier and Type | Field and Description |
|---|---|
static long |
PlayAndRecord |
static long |
PlayAndRecordVoice |
static long |
Playback |
public static final long Playback
public static final long PlayAndRecord
public static final long PlayAndRecordVoice