public final class AVAudioSessionRouteChangeReason
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CategoryChange
The audio category has changed (e.g.
|
static long |
NewDeviceAvailable
A new device became available (e.g.
|
static long |
NoSuitableRouteForCategory
Returned when there is no route for the current category (for instance, the category is
AVAudioSessionCategoryRecord but no input device is available).
|
static long |
OldDeviceUnavailable
The old device became unavailable (e.g.
|
static long |
Override
The route has been overridden (e.g.
|
static long |
RouteConfigurationChange
Indicates that the set of input and/our output ports has not changed, but some aspect of
their configuration has changed.
|
static long |
Unknown
The reason is unknown.
|
static long |
WakeFromSleep
The device woke from sleep.
|
public static final long Unknown
public static final long NewDeviceAvailable
public static final long OldDeviceUnavailable
public static final long CategoryChange
public static final long Override
public static final long WakeFromSleep
public static final long NoSuitableRouteForCategory
public static final long RouteConfigurationChange