Back to Exoplayer

Id3Frame (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/metadata/id3/Id3Frame.html

latest3.7 KB
Original Source

Package com.google.android.exoplayer2.metadata.id3

Class Id3Frame

  • java.lang.Object

    • com.google.android.exoplayer2.metadata.id3.Id3Frame
  • 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.

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 | | --- | --- | --- | | String | id | Deprecated.

The frame ID. |

- 

Fields inherited from interface android.os.Parcelable

CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | Id3Frame​(String id) | Deprecated. |

Method Summary

All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description | | --- | --- | --- | | int | describeContents() | Deprecated. | | String | toString() | Deprecated. |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

- 

Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry

getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata

- 

Methods inherited from interface android.os.Parcelable

writeToParcel

Field Detail

- 

id

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id

Deprecated.

The frame ID.

Constructor Detail

- 

Id3Frame

public Id3Frame​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id)

Deprecated.

Method Detail

- 

toString

public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()

Deprecated. Overrides:toString in class Object

- 

describeContents

public int describeContents()

Deprecated. Specified by:describeContents in interface Parcelable