MediaRouter.RouteInfo.DeviceType Property

Definition

Gets the type of the receiver device associated with this route.

public virtual Android.Media.MediaRouterDeviceType DeviceType { [Android.Runtime.Register("getDeviceType", "()I", "GetGetDeviceTypeHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDeviceType", "()I", "GetGetDeviceTypeHandler", ApiSince=24)>]
member this.DeviceType : Android.Media.MediaRouterDeviceType

Property Value

The type of the receiver device associated with this route: #DEVICE_TYPE_BLUETOOTH, #DEVICE_TYPE_TV, #DEVICE_TYPE_SPEAKER, or #DEVICE_TYPE_UNKNOWN.

Attributes

Remarks

Gets the type of the receiver device associated with this route.

Java documentation for android.media.MediaRouter.RouteInfo.getDeviceType().

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