MediaRouter2.RoutingController.SelectableRoutes Property

Definition

public virtual System.Collections.Generic.IList<Android.Media.MediaRoute2Info> SelectableRoutes { [Android.Runtime.Register("getSelectableRoutes", "()Ljava/util/List;", "GetGetSelectableRoutesHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSelectableRoutes", "()Ljava/util/List;", "GetGetSelectableRoutesHandler", ApiSince=30)>]
member this.SelectableRoutes : System.Collections.Generic.IList<Android.Media.MediaRoute2Info>

Property Value

the unmodifiable list of selectable routes for the session.

Attributes

Remarks

Java documentation for android.media.MediaRouter2.RoutingController.getSelectableRoutes().

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