Android.Resource.Attribute.MediaRouteTypes Field
The types of media routes the button and its resulting chooser will filter by.

Value: 16843694

Syntax

[Android.Runtime.Register("mediaRouteTypes")]
public const int MediaRouteTypes

Remarks

The types of media routes the button and its resulting chooser will filter by.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.
ConstantValueDescription
liveAudio0x1 Allow selection of live audio routes.
user0x800000 Allow selection of user (app-specified) routes.

May be one of the following constant values.

[Android Documentation]

Requirements

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