Align PlaybackSuppressionReason java doc with method doc.
Same change as done in c49388aca2
.
PiperOrigin-RevId: 274894288
This commit is contained in:
parent
7dede17d97
commit
03e3ceaedb
@ -533,9 +533,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user