MediaRoute2InfoConnectionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum MediaRoute2InfoConnectionState
type MediaRoute2InfoConnectionState =
- Inheritance
-
MediaRoute2InfoConnectionState
Fields
| Name | Value | Description |
|---|---|---|
| Disconnected | 0 | The default connection state indicating the route is disconnected. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Connecting | 1 | A connection state indicating the route is in the process of connecting and is not yet ready for use. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Connected | 2 | A connection state indicating the route is connected. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |