MediaRoute2Info.FeatureLiveVideo 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.
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.