MediaRouter.RouteTypeLiveVideo Field

Definition

Caution

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

Route type flag for live video.

[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.", true)]
public const Android.Media.MediaRouteType RouteTypeLiveVideo = 2;
[<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.", true)>]
val mutable RouteTypeLiveVideo : Android.Media.MediaRouteType

Field Value

Value = 2
Attributes

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 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 Presentation to replace the mirrored view on the external display with different content.

Java documentation for android.media.MediaRouter.ROUTE_TYPE_LIVE_VIDEO.

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

See also