MediaRoute2Info.IsSystemRoute Property

Definition

Returns whether the route is a system route or not.

public bool IsSystemRoute { [Android.Runtime.Register("isSystemRoute", "()Z", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isSystemRoute", "()Z", "", ApiSince=30)>]
member this.IsSystemRoute : bool

Property Value

Attributes

Remarks

Returns whether the route is a system route or not.

System routes are media routes directly controlled by the system such as phone speaker, wired headset, and Bluetooth devices.

Java documentation for android.media.MediaRoute2Info.isSystemRoute().

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