Enum ISN_AVAudioSessionRouteChangeReason
Constants values indicating the reason for an audio route change.
Namespace: SA.iOS.AVFoundation
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_AVAudioSessionRouteChangeReason
Fields
| Name | Description |
|---|---|
| CategoryChange | A value that indicates that the category of the session object changed. |
| NewDeviceAvailable | A value that indicates a user action, such as plugging in a headset, has made a preferred audio route available. |
| NoSuitableRouteForCategory | A value that indicates that the route changed because no suitable route is now available for the specified category. |
| OldDeviceUnavailable | A value that indicates that the previous audio output path is no longer available. |
| Override | A value that indicates that the output route was overridden by the app. |
| RouteConfigurationChange | A value that indicates that the configuration for a set of I/O ports has changed. |
| Unknown | A value that indicates the reason for the change is unknown. |
| WakeFromSleep | A value that indicates that the route changed when the device woke up from sleep. |