MediaRoute2Info.FeatureLiveVideo Field

Definition

Route feature: Live video.

[Android.Runtime.Register("FEATURE_LIVE_VIDEO", ApiSince=30)]
public const string FeatureLiveVideo;
[<Android.Runtime.Register("FEATURE_LIVE_VIDEO", ApiSince=30)>]
val mutable FeatureLiveVideo : string

Field Value

Implements

Attributes

Remarks

Route feature: Live video.

A route 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 sent to supported destinations.

When a live video route is selected, audio and video routing is transparent to the application. By default, audio and video is routed to the selected destination. For certain live video routes, the application may also use a android.app.Presentation Presentation to replace the mirrored view on the external display with different content.

Refer to the class documentation for details about live video routes.

Java documentation for android.media.MediaRoute2Info.FEATURE_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