MediaRoute2Info.FeatureLiveAudio 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 audio.
[Android.Runtime.Register("FEATURE_LIVE_AUDIO", ApiSince=30)]
public const string FeatureLiveAudio;
[<Android.Runtime.Register("FEATURE_LIVE_AUDIO", ApiSince=30)>]
val mutable FeatureLiveAudio : string
Field Value
Implements
- Attributes
Remarks
Route feature: Live audio.
A route that supports live audio routing will allow the media audio stream to be sent to supported destinations. This can include internal speakers or audio jacks on the device itself, A2DP devices, and more.
When a live audio route is selected, audio routing is transparent to the application. All audio played on the media stream will be routed to the selected destination.
Refer to the class documentation for details about live audio routes.
Java documentation for android.media.MediaRoute2Info.FEATURE_LIVE_AUDIO
.
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.