MediaRouter.RouteGroup.RemoveRoute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveRoute(MediaRouter+RouteInfo) |
Remove a route from this group. |
RemoveRoute(Int32) |
Remove the route at the specified index from this group. |
RemoveRoute(MediaRouter+RouteInfo)
Remove a route from this group.
[Android.Runtime.Register("removeRoute", "(Landroid/media/MediaRouter$RouteInfo;)V", "GetRemoveRoute_Landroid_media_MediaRouter_RouteInfo_Handler")]
public virtual void RemoveRoute (Android.Media.MediaRouter.RouteInfo? route);
[<Android.Runtime.Register("removeRoute", "(Landroid/media/MediaRouter$RouteInfo;)V", "GetRemoveRoute_Landroid_media_MediaRouter_RouteInfo_Handler")>]
abstract member RemoveRoute : Android.Media.MediaRouter.RouteInfo -> unit
override this.RemoveRoute : Android.Media.MediaRouter.RouteInfo -> unit
Parameters
- route
- MediaRouter.RouteInfo
route to remove
- Attributes
Remarks
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
RemoveRoute(Int32)
Remove the route at the specified index from this group.
[Android.Runtime.Register("removeRoute", "(I)V", "GetRemoveRoute_IHandler")]
public virtual void RemoveRoute (int index);
[<Android.Runtime.Register("removeRoute", "(I)V", "GetRemoveRoute_IHandler")>]
abstract member RemoveRoute : int -> unit
override this.RemoveRoute : int -> unit
Parameters
- index
- Int32
index of the route to remove
- Attributes
Remarks
Remove the route at the specified index from this group.
Java documentation for android.media.MediaRouter.RouteGroup.removeRoute(int)
.
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.