Commit 40dbe10b by tonihei Committed by Oliver Woodman

Align PlaybackSuppressionReason java doc with method doc.

Same change as done in https://github.com/google/ExoPlayer/commit/c49388aca2047ed7680e7d8834def4f769060e2d.

PiperOrigin-RevId: 274894288
parent 79da5219
...@@ -478,9 +478,8 @@ public interface Player { ...@@ -478,9 +478,8 @@ public interface Player {
int STATE_ENDED = 4; int STATE_ENDED = 4;
/** /**
* Reason why playback is suppressed even if {@link #getPlaybackState()} is {@link #STATE_READY} * Reason why playback is suppressed even though {@link #getPlayWhenReady()} is {@code true}. One
* and {@link #getPlayWhenReady()} is {@code true}. One of {@link * of {@link #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
* #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
* #PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS}. * #PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS}.
*/ */
@Documented @Documented
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment