Android.Media.MediaRouter.RouteTypeLiveVideo Field
Route type flag for live video.

Value: 2

Syntax

[Android.Runtime.Register("ROUTE_TYPE_LIVE_VIDEO")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaRouteType enum directly instead of this field.")]
public const MediaRouteType RouteTypeLiveVideo

See Also

Android.App.Presentation

Remarks

Route type flag for live video.

A device that supports live video routing will allow a mirrored version of the device's primary display or a customized Android.App.Presentation to be routed to supported destinations.

Once initiated, display mirroring is transparent to the application. While remote routing is active the application may use a Android.App.Presentation to replace the mirrored view on the external display with different content.

[Android Documentation]

Requirements

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