MediaRouter.RouteInfo.PlaybackTypeRemote Field

Definition

Caution

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

A playback type indicating the presentation of the media is happening on a different device (i.e. the remote device) than where it is controlled from.

[Android.Runtime.Register("PLAYBACK_TYPE_REMOTE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaPlaybackType enum directly instead of this field.", true)]
public const Android.Media.MediaPlaybackType PlaybackTypeRemote = 1;
[<Android.Runtime.Register("PLAYBACK_TYPE_REMOTE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaPlaybackType enum directly instead of this field.", true)>]
val mutable PlaybackTypeRemote : Android.Media.MediaPlaybackType

Field Value

Value = 1
Attributes

Remarks

A playback type indicating the presentation of the media is happening on a different device (i&#46;e&#46; the remote device) than where it is controlled from.

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

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