Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
657b47cd
authored
Oct 14, 2019
by
olly
Committed by
Oliver Woodman
Oct 14, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix broken Javadoc
PiperOrigin-RevId: 274564800
parent
32b0474d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
library/core/src/main/java/com/google/android/exoplayer2/Player.java
library/core/src/main/java/com/google/android/exoplayer2/metadata/icy/IcyInfo.java
library/core/src/main/java/com/google/android/exoplayer2/Player.java
View file @
657b47cd
...
@@ -480,7 +480,8 @@ public interface Player {
...
@@ -480,7 +480,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
)
...
...
library/core/src/main/java/com/google/android/exoplayer2/metadata/icy/IcyInfo.java
View file @
657b47cd
...
@@ -33,7 +33,7 @@ public final class IcyInfo implements Metadata.Entry {
...
@@ -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}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment