MediaRoute2ProviderServiceReason 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 MediaRoute2ProviderServiceReason
type MediaRoute2ProviderServiceReason =
- Inheritance
-
MediaRoute2ProviderServiceReason
Fields
| Name | Value | Description |
|---|---|---|
| UnknownError | 0 | The request has failed due to unknown reason. 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. |
| Rejected | 1 | The request has failed since this service rejected the request. 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. |
| NetworkError | 2 | The request has failed due to a network error. 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. |
| RouteNotAvailable | 3 | The request has failed since the requested route is no longer available. 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. |
| InvalidCommand | 4 | The request has failed since the request is not valid. For example, selecting a route which is not selectable. 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. |