Methods Summary |
---|
public void | enableRemoteControlDisplay(android.media.IRemoteControlDisplay rcd, boolean enabled)
|
public void | informationRequestForDisplay(android.media.IRemoteControlDisplay rcd, int w, int h)Notifies a remote control client that information for the given generation ID is
requested for the given IRemoteControlDisplay alone.
|
public void | onInformationRequested(int generationId, int infoFlags)Notifies a remote control client that information for the given generation ID is
requested. If the flags contains
{@link RemoteControlClient#FLAG_INFORMATION_REQUESTED_ALBUM_ART} then the width and height
parameters are valid.
|
public void | plugRemoteControlDisplay(android.media.IRemoteControlDisplay rcd, int w, int h)
|
public void | seekTo(int clientGeneration, long timeMs)
|
public void | setBitmapSizeForDisplay(android.media.IRemoteControlDisplay rcd, int w, int h)
|
public void | setCurrentClientGenerationId(int clientGeneration)Sets the generation counter of the current client that is displayed on the remote control.
|
public void | setWantsSyncForDisplay(android.media.IRemoteControlDisplay rcd, boolean wantsSync)
|
public void | unplugRemoteControlDisplay(android.media.IRemoteControlDisplay rcd)
|
public void | updateMetadata(int clientGeneration, int key, android.media.Rating value)
|