docs/doc/reference/com/google/android/exoplayer2/metadata/id3/ApicFrame.html
Package com.google.android.exoplayer2.metadata.id3
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classApicFrameextends[Id3Frame](Id3Frame.html "class in com.google.android.exoplayer2.metadata.id3")
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.
APIC (Attached Picture) ID3 frame.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<ApicFrame> | CREATOR |
Deprecated.
|
| String | description |
Deprecated.
|
| static String | ID |
Deprecated.
|
| String | mimeType |
Deprecated.
|
| byte[] | pictureData |
Deprecated.
|
| int | pictureType |
Deprecated.
|
-
id
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| ApicFrame(String mimeType, String description, int pictureType, byte[] pictureData) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| boolean | equals(Object obj) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
| void | populateMediaMetadata(MediaMetadata.Builder builder) |
Deprecated.
Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.
|
| String | toString() |
Deprecated.
|
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
describeContents
-
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat
-
public static final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")ID
Deprecated. See Also:Constant Field Values
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")mimeType
Deprecated.
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")description
Deprecated.
-
public final int pictureType
Deprecated.
-
public final byte[] pictureData
Deprecated.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[ApicFrame](ApicFrame.html "class in com.google.android.exoplayer2.metadata.id3")> CREATOR
Deprecated.
-
public ApicFrame([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")mimeType,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")description,
int pictureType,
byte[] pictureData)
Deprecated.
-
public void populateMediaMetadata([MediaMetadata.Builder](../../MediaMetadata.Builder.html "class in com.google.android.exoplayer2")builder)
Deprecated.
Description copied from interface: Metadata.Entry
Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.
Parameters:builder - The builder to be updated.
-
public boolean equals(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")obj)
Deprecated.
Overrides:equals in class Object
-
public int hashCode()
Deprecated.
Overrides:hashCode in class Object
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Deprecated.
Overrides:toString in class Id3Frame
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Deprecated.