public @interface

Player.PlaybackSuppressionReason

implements java.lang.annotation.Annotation

 androidx.media3.common.Player.PlaybackSuppressionReason

Overview

Reason why playback is suppressed even though Player.getPlayWhenReady() is true. One of Player.PLAYBACK_SUPPRESSION_REASON_NONE or Player.PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS.

Summary