docs/doc/reference/com/google/android/exoplayer2/metadata/flac/VorbisComment.html
Package com.google.android.exoplayer2.metadata.flac
All Implemented Interfaces:Parcelable, Metadata.EntryDirect Known Subclasses:VorbisComment
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public classVorbisCommentextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Metadata.Entry](../Metadata.Entry.html "interface in com.google.android.exoplayer2.metadata")
Deprecated.
Use VorbisComment instead.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<VorbisComment> | CREATOR |
Deprecated.
|
| String | key |
Deprecated.
The key.
|
| String | value |
Deprecated.
The value. |
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Modifier | Constructor | Description |
| --- | --- | --- |
| protected | VorbisComment(Parcel in) |
Deprecated.
|
| | VorbisComment(String key, String value) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | describeContents() |
Deprecated.
|
| boolean | equals(Object obj) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
| void | populateMediaMetadata(MediaMetadata.Builder builder) |
Deprecated.
Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.
|
| String | toString() |
Deprecated.
|
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")key
Deprecated.
The key.
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value
Deprecated.
The value.
-
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.flac")> 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.
-
protected VorbisComment([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")in)
Deprecated.
-
public void populateMediaMetadata([MediaMetadata.Builder](../../MediaMetadata.Builder.html "class in com.google.android.exoplayer2")builder)
Deprecated.
Description copied from interface: Metadata.Entry
Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.
Specified by:populateMediaMetadata in interface Metadata.EntryParameters:builder - The builder to be updated.
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Deprecated.
Overrides:toString in class Object
-
public boolean equals(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")obj)
Deprecated.
Overrides:equals in class Object
-
public int hashCode()
Deprecated.
Overrides:hashCode in class Object
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Deprecated.
Specified by:writeToParcel in interface Parcelable
-
public int describeContents()
Deprecated.
Specified by:describeContents in interface Parcelable