Package com.google.android.exoplayer2.ui
Annotation Type StyledPlayerView.ShowBuffering
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface StyledPlayerView.ShowBuffering
Determines when the buffering view is shown. One ofStyledPlayerView.SHOW_BUFFERING_NEVER
,StyledPlayerView.SHOW_BUFFERING_WHEN_PLAYING
orStyledPlayerView.SHOW_BUFFERING_ALWAYS
.