MediaRouter.RouteInfo.PlaybackTypeLocal Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Media.MediaPlaybackType enum directly instead of this field.
The default playback type, "local", indicating the presentation of the media is happening on the same device (e.g. a phone, a tablet) as where it is controlled from.
[Android.Runtime.Register("PLAYBACK_TYPE_LOCAL")]
[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 PlaybackTypeLocal = 0;
[<Android.Runtime.Register("PLAYBACK_TYPE_LOCAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaPlaybackType enum directly instead of this field.", true)>]
val mutable PlaybackTypeLocal : Android.Media.MediaPlaybackType
Field Value
Value = 0- Attributes
Remarks
The default playback type, "local", indicating the presentation of the media is happening on the same device (e.g. a phone, a tablet) as where it is controlled from.
Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_TYPE_LOCAL
.
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.