Fix broken Javadoc
PiperOrigin-RevId: 274564800
This commit is contained in:
parent
c49388aca2
commit
d36abf966e
@ -535,7 +535,8 @@ public interface Player {
|
|||||||
/**
|
/**
|
||||||
* Reason why playback is suppressed even if {@link #getPlaybackState()} is {@link #STATE_READY}
|
* Reason why playback is suppressed even if {@link #getPlaybackState()} is {@link #STATE_READY}
|
||||||
* and {@link #getPlayWhenReady()} is {@code true}. One of {@link
|
* and {@link #getPlayWhenReady()} is {@code true}. One of {@link
|
||||||
* #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link #PLAYBACK_SUPPRESSION_REASON_AUDIO_FOCUS_LOSS}.
|
* #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
|
||||||
|
* #PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS}.
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
|
@ -33,7 +33,7 @@ public final class IcyInfo implements Metadata.Entry {
|
|||||||
@Nullable public final String url;
|
@Nullable public final String url;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct a new IcyInfo from the source metadata string, and optionally a StreamTitle &
|
* Construct a new IcyInfo from the source metadata string, and optionally a StreamTitle and
|
||||||
* StreamUrl that have been extracted.
|
* StreamUrl that have been extracted.
|
||||||
*
|
*
|
||||||
* @param rawMetadata See {@link #rawMetadata}.
|
* @param rawMetadata See {@link #rawMetadata}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user