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
48099ee5
authored
Jan 17, 2017
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix comments
parent
27b8c31b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
library/src/main/java/com/google/android/exoplayer2/metadata/id3/Id3Decoder.java
library/src/main/java/com/google/android/exoplayer2/metadata/id3/TextInformationFrame.java
library/src/main/java/com/google/android/exoplayer2/metadata/id3/UrlLinkFrame.java
library/src/main/java/com/google/android/exoplayer2/metadata/id3/Id3Decoder.java
View file @
48099ee5
...
...
@@ -586,8 +586,8 @@ public final class Id3Decoder implements MetadataDecoder {
}
/**
* Performs in-place removal of unsynchronization for {@code length} bytes starting from
{@link
* ParsableByteArray#getPosition()}
* Performs in-place removal of unsynchronization for {@code length} bytes starting from
*
{@link
ParsableByteArray#getPosition()}
*
* @param data Contains the data to be processed.
* @param length The length of the data to be processed.
...
...
library/src/main/java/com/google/android/exoplayer2/metadata/id3/TextInformationFrame.java
View file @
48099ee5
...
...
@@ -20,7 +20,7 @@ import android.os.Parcelable;
import
com.google.android.exoplayer2.util.Util
;
/**
* Text information
("T000" - "TZZZ", excluding "TXXX")
ID3 frame.
* Text information ID3 frame.
*/
public
final
class
TextInformationFrame
extends
Id3Frame
{
...
...
library/src/main/java/com/google/android/exoplayer2/metadata/id3/UrlLinkFrame.java
View file @
48099ee5
...
...
@@ -21,7 +21,7 @@ import android.os.Parcelable;
import
com.google.android.exoplayer2.util.Util
;
/**
*
WXXX (User defined URL link)
ID3 frame.
*
Url link
ID3 frame.
*/
public
final
class
UrlLinkFrame
extends
Id3Frame
{
...
...
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