MediaRouter2.SystemController Property
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.
Gets a RoutingController
which can control the routes provided by system.
public Android.Media.MediaRouter2.RoutingController SystemController { [Android.Runtime.Register("getSystemController", "()Landroid/media/MediaRouter2$RoutingController;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSystemController", "()Landroid/media/MediaRouter2$RoutingController;", "", ApiSince=30)>]
member this.SystemController : Android.Media.MediaRouter2.RoutingController
Property Value
- Attributes
Remarks
Java documentation for android.media.MediaRouter2.getSystemController()
.
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.