@UnstableApi
public final class VorbisComment extends VorbisComment


A vorbis comment, extracted from a FLAC or Ogg file.

Summary

Constants

static final Parcelable.Creator<VorbisComment>

Public constructors

VorbisComment(String key, String value)

Inherited fields

From androidx.media3.extractor.metadata.flac.VorbisComment
final String

The key in upper case, to ease case-insensitive comparisons.

final String

The value.

Inherited methods

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.

From android.os.Parcelable
abstract int
abstract void
writeToParcel(Parcel p, int p1)
From androidx.media3.extractor.metadata.flac.VorbisComment
int
boolean
int
void

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

String
void
writeToParcel(Parcel dest, int flags)

Constants

CREATOR

public static final Parcelable.Creator<VorbisCommentCREATOR

Public constructors

VorbisComment

public VorbisComment(String key, String value)
Parameters
String key

The key.

String value

The value.