MediaRouter.RouteTypeLiveAudio 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 audio.

[Android.Runtime.Register("ROUTE_TYPE_LIVE_AUDIO")]
[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 RouteTypeLiveAudio = 1;
[<Android.Runtime.Register("ROUTE_TYPE_LIVE_AUDIO")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaRouteType enum directly instead of this field.", true)>]
val mutable RouteTypeLiveAudio : Android.Media.MediaRouteType

Field Value

Value = 1
Attributes

Remarks

Route type flag for live audio.

A device that supports live audio routing will allow the media audio stream to be routed to supported destinations. This can include internal speakers or audio jacks on the device itself, A2DP devices, and more.

Once initiated this routing is transparent to the application. All audio played on the media stream will be routed to the selected destination.

Java documentation for android.media.MediaRouter.ROUTE_TYPE_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.

Applies to