IRemoteControlDisplaypublic interface IRemoteControlDisplay implements android.os.IInterface
Methods Summary |
---|
public void | setAllMetadata(int generationId, android.os.Bundle metadata, android.graphics.Bitmap artwork)To combine metadata text and artwork in one binder call
| public void | setArtwork(int generationId, android.graphics.Bitmap artwork)
| public void | setCurrentClientId(int clientGeneration, android.app.PendingIntent clientMediaIntent, boolean clearing)Sets the generation counter of the current client that is displayed on the remote control.
| public void | setEnabled(boolean enabled)Sets whether the controls of this display are enabled
| public void | setMetadata(int generationId, android.os.Bundle metadata)
| public void | setPlaybackState(int generationId, int state, long stateChangeTimeMs, long currentPosMs, float speed)Sets the playback information (state, position and speed) of a client.
| public void | setTransportControlInfo(int generationId, int transportControlFlags, int posCapabilities)Sets the transport control flags and playback position capabilities of a client.
|
|