Example usage for Java android.media RemoteController fields, constructors, methods, implement or subclass
The text is from its open source code.
long | getEstimatedMediaPosition() Return the estimated playback position of the current media track or a negative value if not available. |
boolean | seekTo(long timeMs) Sets the new playback position. |
boolean | sendMediaKeyEvent(KeyEvent keyEvent) Send a simulated key event for a media button to be received by the current client. |