Java android.media RemoteController fields, constructors, methods, implement or subclass

Example usage for Java android.media RemoteController fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media RemoteController.

The text is from its open source code.

Method

longgetEstimatedMediaPosition()
Return the estimated playback position of the current media track or a negative value if not available.
booleanseekTo(long timeMs)
Sets the new playback position.
booleansendMediaKeyEvent(KeyEvent keyEvent)
Send a simulated key event for a media button to be received by the current client.