Package com.google.android.exoplayer2
Annotation Type Player.State
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface Player.State
Playback state. One ofPlayer.STATE_IDLE
,Player.STATE_BUFFERING
,Player.STATE_READY
orPlayer.STATE_ENDED
.