@UnstableApi
class ApicFrame : Id3Frame


APIC (Attached Picture) ID3 frame.

Summary

Constants

const Parcelable.Creator<ApicFrame!>!
const String!
ID = "APIC"

Public constructors

ApicFrame(
    mimeType: String!,
    description: String?,
    pictureType: Int,
    pictureData: ByteArray!
)

Public functions

Boolean
equals(obj: Any?)
Int
Unit

Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.

String!
Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From androidx.media3.extractor.metadata.id3.Id3Frame
From androidx.media3.common.Metadata.Entry
ByteArray<Byte>?

Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain wrapped metadata.

Format?

Returns the Format that can be used to decode the wrapped metadata in getWrappedMetadataBytes, or null if this Entry doesn't contain wrapped metadata.

From android.os.Parcelable
abstract Int

Inherited properties

From androidx.media3.extractor.metadata.id3.Id3Frame
String!

The frame ID.

Constants

CREATOR

const val CREATORParcelable.Creator<ApicFrame!>!

ID

const val ID = "APIC": String!

Public constructors

ApicFrame

ApicFrame(
    mimeType: String!,
    description: String?,
    pictureType: Int,
    pictureData: ByteArray!
)

Public functions

equals

fun equals(obj: Any?): Boolean

hashCode

fun hashCode(): Int

populateMediaMetadata

fun populateMediaMetadata(builder: MediaMetadata.Builder!): Unit

Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.

Parameters
builder: MediaMetadata.Builder!

The builder to be updated.

toString

fun toString(): String!

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

description

val descriptionString?

mimeType

val mimeTypeString!

pictureData

val pictureDataByteArray<Byte>!

pictureType

val pictureTypeInt