MediaRouter.RouteInfo.DeviceTypeSpeaker Field

Definition

Caution

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

A receiver device type of the route indicating the presentation of the media is happening on a speaker.

[Android.Runtime.Register("DEVICE_TYPE_SPEAKER", 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 DeviceTypeSpeaker = 2;
[<Android.Runtime.Register("DEVICE_TYPE_SPEAKER", 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 DeviceTypeSpeaker : Android.Media.MediaRouterDeviceType

Field Value

Value = 2
Attributes

Remarks

A receiver device type of the route indicating the presentation of the media is happening on a speaker.

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

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