mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Fix comments
This commit is contained in:
parent
27b8c31b85
commit
48099ee52e
3 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue