docs/doc/reference/com/google/android/exoplayer2/metadata/vorbis/VorbisComment.html
Package com.google.android.exoplayer2.metadata.vorbis
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classVorbisCommentextends[VorbisComment](../flac/VorbisComment.html "class in com.google.android.exoplayer2.metadata.flac")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
A vorbis comment, extracted from a FLAC or Ogg file.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<VorbisComment> | CREATOR |
Deprecated.
|
-
key, value
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| VorbisComment(String key, String value) |
Deprecated.
|
-
describeContents, equals, hashCode, populateMediaMetadata, toString, writeToParcel
-
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[VorbisComment](VorbisComment.html "class in com.google.android.exoplayer2.metadata.vorbis")> CREATOR
Deprecated.
-
public VorbisComment([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")key,[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value)
Deprecated.
Parameters:key - The key.value - The value.