MediaRouter.RouteTypeUser 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 application-specific usage.

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

Field Value

Value = 8388608
Attributes

Remarks

Route type flag for application-specific usage.

Unlike other media route types, user routes are managed by the application. The MediaRouter will manage and dispatch events for user routes, but the application is expected to interpret the meaning of these events and perform the requested routing tasks.

Java documentation for android.media.MediaRouter.ROUTE_TYPE_USER.

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