Class android.media.RemoteControlClient

Changed Constructors
RemoteControlClient(PendingIntent) Now deprecated.
 
RemoteControlClient(PendingIntent, Looper) Now deprecated.
 
 

Changed Methods
MetadataEditor editMetadata(boolean) Now deprecated.
 
MediaSession getMediaSession() Now deprecated.
 
void setMetadataUpdateListener(OnMetadataUpdateListener) Now deprecated.
 
void setOnGetPlaybackPositionListener(OnGetPlaybackPositionListener) Now deprecated.
 
void setPlaybackPositionUpdateListener(OnPlaybackPositionUpdateListener) Now deprecated.
 
void setTransportControlFlags(int) Now deprecated.
 
void setPlaybackState(int) Now deprecated.
 
void setPlaybackState(int, long, float) Now deprecated.
 
 

Changed Fields
int FLAG_KEY_MEDIA_FAST_FORWARD Now deprecated.
 
int FLAG_KEY_MEDIA_NEXT Now deprecated.
 
int FLAG_KEY_MEDIA_PAUSE Now deprecated.
 
int FLAG_KEY_MEDIA_PLAY Now deprecated.
 
int FLAG_KEY_MEDIA_PLAY_PAUSE Now deprecated.
 
int FLAG_KEY_MEDIA_POSITION_UPDATE Now deprecated.
 
int FLAG_KEY_MEDIA_PREVIOUS Now deprecated.
 
int FLAG_KEY_MEDIA_RATING Now deprecated.
 
int FLAG_KEY_MEDIA_REWIND Now deprecated.
 
int FLAG_KEY_MEDIA_STOP Now deprecated.
 
int PLAYSTATE_BUFFERING Now deprecated.
 
int PLAYSTATE_ERROR Now deprecated.
 
int PLAYSTATE_FAST_FORWARDING Now deprecated.
 
int PLAYSTATE_PAUSED Now deprecated.
 
int PLAYSTATE_PLAYING Now deprecated.
 
int PLAYSTATE_REWINDING Now deprecated.
 
int PLAYSTATE_SKIPPING_BACKWARDS Now deprecated.
 
int PLAYSTATE_SKIPPING_FORWARDS Now deprecated.
 
int PLAYSTATE_STOPPED Now deprecated.