@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 androidx.media3.extractor.metadata.flac.VorbisComment
Boolean
equals(obj: Any?)
Int
Unit

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

String!

Inherited properties

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

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

String!

The value.

Public constructors

VorbisComment

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

The key.

value: String!

The value.