MediaSession.Controller Property

Definition

Get a controller for this session.

public Android.Media.Session.MediaController Controller { [Android.Runtime.Register("getController", "()Landroid/media/session/MediaController;", "")] get; }
[<get: Android.Runtime.Register("getController", "()Landroid/media/session/MediaController;", "")>]
member this.Controller : Android.Media.Session.MediaController

Property Value

A controller for this session.

Attributes

Remarks

Get a controller for this session. This is a convenience method to avoid having to cache your own controller in process.

Java documentation for android.media.session.MediaSession.getController().

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