PlayerView.ShowBuffering
Artifact: androidx.media3:media3-ui
@UnstableApi
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation PlayerView.ShowBuffering
Determines when the buffering view is shown. One of SHOW_BUFFERING_NEVER
, SHOW_BUFFERING_WHEN_PLAYING
or SHOW_BUFFERING_ALWAYS
.