Package com.google.android.exoplayer2
Annotation Type Player.PlaybackSuppressionReason
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface Player.PlaybackSuppressionReason
Reason why playback is suppressed even thoughPlayer.getPlayWhenReady()
istrue
. One ofPlayer.PLAYBACK_SUPPRESSION_REASON_NONE
,Player.PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS
orPlayer.PLAYBACK_SUPPRESSION_REASON_UNSUITABLE_AUDIO_ROUTE
.