Android.Media.Session.MediaController: Method Members

The methods of Android.Media.Session.MediaController are listed below. For a list of all members, see the MediaController Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AdjustVolume(Android.Media.Adjust, Android.Media.AudioFlags)
Adjust the volume of the output this session is playing on.
DispatchMediaButtonEvent(Android.Views.KeyEvent) : bool
Send the specified media button event to the session.
GetPlaybackInfo() : MediaController.PlaybackInfo
Get the current playback info for this session.
GetTransportControls() : MediaController.TransportControls
Get a NoType:android/media/session/MediaController$TransportControls;Href=../../../../reference/android/media/session/MediaController.TransportControls.html instance to send transport actions to the associated session.
RegisterCallback(MediaController.Callback)
Registers a callback to receive updates from the Session.
RegisterCallback(MediaController.Callback, Android.OS.Handler)
Registers a callback to receive updates from the session.
SendCommand(string, Android.OS.Bundle, Android.OS.ResultReceiver)
Sends a generic command to the session.
SetVolumeTo(int, Android.Media.AudioFlags)
Set the volume of the output this session is playing on.
UnregisterCallback(MediaController.Callback)
Unregisters the specified callback.