Android.Media.MediaRouter.CreateUserRoute Method
Create a new user route that may be modified and registered for use by the application.

Syntax

[Android.Runtime.Register("createUserRoute", "(Landroid/media/MediaRouter$RouteCategory;)Landroid/media/MediaRouter$UserRouteInfo;", "GetCreateUserRoute_Landroid_media_MediaRouter_RouteCategory_Handler")]
public virtual MediaRouter.UserRouteInfo CreateUserRoute (MediaRouter.RouteCategory category)

See Also

MediaRouter.AddUserRoute(.UserRouteInfo)
MediaRouter.RemoveUserRoute(.UserRouteInfo)
MediaRouter.CreateRouteCategory(Java.Lang.ICharSequence, System.Boolean)

Parameters

category
The category the new route will belong to

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new user route that may be modified and registered for use by the application.

[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