Android.Media.RemoteController Members

The members of Android.Media.RemoteController are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Fields

const
PositionSynchronizationCheckSynchronizationPosition (1). The playback position synchronization mode where the RemoteControlClient instances which expose their playback position to the framework, will be regularly polled to check whether any drift has been noticed between their estimated position and the one they report.
const
PositionSynchronizationNoneSynchronizationPosition (0). Default playback position synchronization mode where the RemoteControlClient is not asked regularly for its playback position to see if it has drifted from the estimated position.

Public Properties

[read-only]
EstimatedMediaPositionlong. Return the estimated playback position of the current media track or a negative value if not available.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ClearArtworkConfiguration() : bool
Prevents this RemoteController from receiving artwork images.
EditMetadata() : RemoteController.MetadataEditor
Creates a NoType:android/media/RemoteController$MetadataEditor;Href=../../../reference/android/media/RemoteController.MetadataEditor.html for updating metadata values of the editable keys of the current Android.Media.RemoteControlClient.
SeekTo(long) : bool
Sets the new playback position.
SendMediaKeyEvent(Android.Views.KeyEvent) : bool
Send a simulated key event for a media button to be received by the current client.
SetArtworkConfiguration(int, int) : bool
Set the maximum artwork image dimensions to be received in the metadata.
SetSynchronizationMode(SynchronizationPosition) : bool
Set the playback position synchronization mode.