The methods of Android.Media.MediaRouter are listed below. For a list of all members, see the MediaRouter Members list.
See Also: Inherited members from Java.Lang.Object
AddCallback(MediaRouteType, MediaRouter.Callback)Add a callback to listen to events about specific kinds of media routes. | ||
AddCallback(MediaRouteType, MediaRouter.Callback, MediaRouterCallbackFlags)Add a callback to listen to events about specific kinds of media routes. | ||
AddUserRoute(MediaRouter.UserRouteInfo)Add an app-specified route for media to the MediaRouter. | ||
ClearUserRoutes()Remove all app-specified routes from the MediaRouter. | ||
CreateRouteCategory(Java.Lang.ICharSequence, bool)Create a new route category. | ||
CreateRouteCategory(int, bool)Create a new route category. | ||
CreateRouteCategory(string, bool)Documentation for this section has not yet been entered. | ||
CreateUserRoute(MediaRouter.RouteCategory)Create a new user route that may be modified and registered for use by the application. | ||
GetCategoryAt(int)Return the NoType:android/media/MediaRouter$RouteCategory;Href=../../../reference/android/media/MediaRouter.RouteCategory.html at the given index. | ||
GetRouteAt(int)Return the route at the specified index. | ||
GetSelectedRoute(MediaRouteType)Return the currently selected route for any of the given types | ||
RemoveCallback(MediaRouter.Callback)Remove the specified callback. | ||
RemoveUserRoute(MediaRouter.UserRouteInfo)Remove an app-specified route for media from the MediaRouter. | ||
SelectRoute(MediaRouteType, MediaRouter.RouteInfo)Select the specified route to use for output of the given media types. |