MediaRouter.RouteTypeLiveVideo 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.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.