Android.Media.MediaRouter.RouteInfo.PlaybackTypeLocal 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.

Value: 0

Syntax

[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.")]
public const MediaPlaybackType PlaybackTypeLocal

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.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16