@UnstableApi
public final class CommentFrame extends Id3Frame


Comment ID3 frame.

Summary

Constants

static final Parcelable.Creator<CommentFrame>
static final String
ID = "COMM"

Public fields

final String
final String
final String

Public constructors

CommentFrame(String language, String description, String text)

Public methods

boolean
int
String
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Inherited fields

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

The frame ID.

Inherited methods

From androidx.media3.extractor.metadata.id3.Id3Frame
From androidx.media3.common.Metadata.Entry
@Nullable byte[]

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

@Nullable 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.

void

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

From android.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<CommentFrameCREATOR

ID

public static final String ID = "COMM"

Public fields

description

public final String description

language

public final String language

text

public final String text

Public constructors

CommentFrame

public CommentFrame(String language, String description, String text)

Public methods

equals

public boolean equals(@Nullable Object obj)

hashCode

public int hashCode()

toString

public String toString()

writeToParcel

public void writeToParcel(Parcel dest, int flags)