Android.Media.MediaRouter.RouteTypeLiveAudio Field
Route type flag for live audio.

Value: 1

Syntax

[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.")]
public const MediaRouteType RouteTypeLiveAudio

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.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16