Class VorbisComment
- java.lang.Object
-
- com.google.android.exoplayer2.metadata.flac.VorbisComment
-
- All Implemented Interfaces:
Parcelable
,Metadata.Entry
- Direct Known Subclasses:
VorbisComment
@Deprecated public class VorbisComment extends Object implements Metadata.Entry
Deprecated.UseVorbisComment
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 theMediaMetadata.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 key
Deprecated.The key.
-
value
public final String value
Deprecated.The value.
-
CREATOR
public static final Parcelable.Creator<VorbisComment> CREATOR
Deprecated.
-
-
Method Detail
-
populateMediaMetadata
public void populateMediaMetadata(MediaMetadata.Builder builder)
Deprecated.Description copied from interface:Metadata.Entry
Updates theMediaMetadata.Builder
with the type specific values stored in this Entry.The order of the
Metadata.Entry
objects in theMetadata
matters. If twoMetadata.Entry
entries attempt to populate the sameMediaMetadata
field, then the last one in the list is used.- Specified by:
populateMediaMetadata
in interfaceMetadata.Entry
- Parameters:
builder
- The builder to be updated.
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
Deprecated.- Specified by:
writeToParcel
in interfaceParcelable
-
describeContents
public int describeContents()
Deprecated.- Specified by:
describeContents
in interfaceParcelable
-
-