Back to Exoplayer

VorbisComment (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/metadata/flac/VorbisComment.html

latest5.8 KB
Original Source

Package com.google.android.exoplayer2.metadata.flac

Class VorbisComment

  • java.lang.Object

    • com.google.android.exoplayer2.metadata.flac.VorbisComment
  • 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.

Nested Class Summary

- 

Nested classes/interfaces inherited from interface android.os.Parcelable

Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>

Field Summary

Fields | Modifier and Type | Field | Description | | --- | --- | --- | | static Parcelable.Creator<VorbisComment> | CREATOR | Deprecated. | | String | key | Deprecated.

The key. | | String | value | Deprecated.

The value. |

- 

Fields inherited from interface android.os.Parcelable

CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE

Constructor Summary

Constructors | Modifier | Constructor | Description | | --- | --- | --- | | protected | VorbisComment​(Parcel in) | Deprecated. | | | VorbisComment​(String key, String value) | Deprecated. |

Method Summary

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. |

- 

Methods inherited from class java.lang.Object

clone, finalize, getClass, notify, notifyAll, wait, wait, wait

- 

Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry

getWrappedMetadataBytes, getWrappedMetadataFormat

Field Detail

- 

key

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")key

Deprecated.

The key.

- 

value

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value

Deprecated.

The value.

- 

CREATOR

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.

Constructor Detail

- 

VorbisComment

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.

- 

VorbisComment

protected VorbisComment​([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")in)

Deprecated.

Method Detail

- 

populateMediaMetadata

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.

- 

toString

public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()

Deprecated. Overrides:toString in class Object

- 

equals

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

- 

hashCode

public int hashCode()

Deprecated. Overrides:hashCode in class Object

- 

writeToParcel

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

- 

describeContents

public int describeContents()

Deprecated. Specified by:describeContents in interface Parcelable