@UnstableApi
class VorbisComment : VorbisComment


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

Summary

Public constructors

VorbisComment(key: String!, value: String!)

Inherited functions

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
abstract Unit
writeToParcel(p: Parcel!, p1: Int)
From androidx.media3.extractor.metadata.flac.VorbisComment
Int
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 properties

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

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

String!

The value.

Constants

CREATOR

const val CREATORParcelable.Creator<VorbisComment!>!

Public constructors

VorbisComment

VorbisComment(key: String!, value: String!)
Parameters
key: String!

The key.

value: String!

The value.