MediaRouter.RouteInfo.DeviceTypeUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaRouterDeviceType enum directly instead of this field.

The default receiver device type of the route indicating the type is unknown.

[Android.Runtime.Register("DEVICE_TYPE_UNKNOWN", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaRouterDeviceType enum directly instead of this field.", true)]
public const Android.Media.MediaRouterDeviceType DeviceTypeUnknown = 0;
[<Android.Runtime.Register("DEVICE_TYPE_UNKNOWN", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaRouterDeviceType enum directly instead of this field.", true)>]
val mutable DeviceTypeUnknown : Android.Media.MediaRouterDeviceType

Field Value

Value = 0
Attributes

Remarks

The default receiver device type of the route indicating the type is unknown.

Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN.

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