Interface and Description |
---|
com.google.android.exoplayer2.ExoPlayer.EventListener
Use
Player.EventListener instead. |
Field and Description |
---|
com.google.android.exoplayer2.ExoPlayer.REPEAT_MODE_ALL
Use
Player.REPEAT_MODE_ALL instead. |
com.google.android.exoplayer2.ExoPlayer.REPEAT_MODE_OFF
Use
Player.REPEAT_MODE_OFF instead. |
com.google.android.exoplayer2.ExoPlayer.REPEAT_MODE_ONE
Use
Player.REPEAT_MODE_ONE instead. |
com.google.android.exoplayer2.ExoPlayer.STATE_BUFFERING
Use
Player.STATE_BUFFERING instead. |
com.google.android.exoplayer2.ExoPlayer.STATE_ENDED
Use
Player.STATE_ENDED instead. |
com.google.android.exoplayer2.ExoPlayer.STATE_IDLE
Use
Player.STATE_IDLE instead. |
com.google.android.exoplayer2.ExoPlayer.STATE_READY
Use
Player.STATE_READY instead. |
Constructor and Description |
---|
com.google.android.exoplayer2.drm.HttpMediaDrmCallback(String, HttpDataSource.Factory, Map<String, String>)
Use
HttpMediaDrmCallback#HttpMediaDrmCallback(String, Factory) . Request
properties can be set by calling HttpMediaDrmCallback.setKeyRequestProperty(String, String) . |