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. |