Class InternalFrame
- java.lang.Object
-
- com.google.android.exoplayer2.metadata.id3.Id3Frame
-
- com.google.android.exoplayer2.metadata.id3.InternalFrame
-
- All Implemented Interfaces:
Parcelable
,Metadata.Entry
public final class InternalFrame extends Id3Frame
Internal ID3 frame that is intended for use by the player.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static Parcelable.Creator<InternalFrame>
CREATOR
String
description
String
domain
static String
ID
String
text
-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Constructor Summary
Constructors Constructor Description InternalFrame(String domain, String description, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
void
writeToParcel(Parcel dest, int flags)
-
Methods inherited from class com.google.android.exoplayer2.metadata.id3.Id3Frame
describeContents
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
domain
public final String domain
-
description
public final String description
-
text
public final String text
-
CREATOR
public static final Parcelable.Creator<InternalFrame> CREATOR
-
-
Method Detail
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
-
-