Language

MediaRoute2InfoSuitabilityStatus Enum

Definition

public enum MediaRoute2InfoSuitabilityStatus
type MediaRoute2InfoSuitabilityStatus = 
Inheritance
MediaRoute2InfoSuitabilityStatus

Fields

Name Value Description
SuitableForDefaultTransfer 0

Indicates the route is always suitable for media playback.

Android reference for android.media.MediaRoute2Info.SUITABILITY_STATUS_SUITABLE_FOR_DEFAULT_TRANSFER.

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 android.media.MediaRoute2Info.SUITABILITY_STATUS_SUITABLE_FOR_MANUAL_TRANSFER.

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 android.media.MediaRoute2Info.SUITABILITY_STATUS_NOT_SUITABLE_FOR_TRANSFER.

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.

Applies to