docs/doc/reference/com/google/android/exoplayer2/metadata/id3/Id3Frame.html
Package com.google.android.exoplayer2.metadata.id3
All Implemented Interfaces:Parcelable, Metadata.EntryDirect Known Subclasses:ApicFrame, BinaryFrame, ChapterFrame, ChapterTocFrame, CommentFrame, GeobFrame, InternalFrame, MlltFrame, PrivFrame, TextInformationFrame, UrlLinkFrame
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public abstract classId3Frameextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Metadata.Entry](../Metadata.Entry.html "interface in com.google.android.exoplayer2.metadata")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Base class for ID3 frames.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| String | id |
Deprecated.
The frame ID. |
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| Id3Frame(String id) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | describeContents() |
Deprecated.
|
| String | toString() |
Deprecated.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
writeToParcel
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id
Deprecated.
The frame ID.
-
public Id3Frame([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id)
Deprecated.
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Deprecated.
Overrides:toString in class Object
-
public int describeContents()
Deprecated.
Specified by:describeContents in interface Parcelable