MediaRoute2InfoSuitabilityStatus 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 MediaRoute2InfoSuitabilityStatus
type MediaRoute2InfoSuitabilityStatus =
- Inheritance
-
MediaRoute2InfoSuitabilityStatus
Fields
| Name | Value | Description |
|---|---|---|
| SuitableForDefaultTransfer | 0 | Indicates the route is always suitable for media playback. 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. |
| SuitableForManualTransfer | 1 | Indicates that the route is suitable for media playback only after explicit user selection. 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. |
| NotSuitableForTransfer | 2 | Indicates that the route is never suitable for media playback. 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. |