The members of Android.Media.RemoteController are listed below.
See Also: Inherited members from Java.Lang.Object
Class constructor. | ||
Class constructor. |
const | PositionSynchronizationCheck | SynchronizationPosition (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 | PositionSynchronizationNone | SynchronizationPosition (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. |
[read-only] | EstimatedMediaPosition | long. Return the estimated playback position of the current media track or a negative value if not available. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ClearArtworkConfiguration()Prevents this RemoteController from receiving artwork images. | ||
EditMetadata()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)Sets the new playback position. | ||
SendMediaKeyEvent(Android.Views.KeyEvent)Send a simulated key event for a media button to be received by the current client. | ||
SetArtworkConfiguration(int, int)Set the maximum artwork image dimensions to be received in the metadata. | ||
SetSynchronizationMode(SynchronizationPosition)Set the playback position synchronization mode. |