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.UseVorbisCommentinstead.
-
-
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>CREATORDeprecated.StringkeyDeprecated.The key.StringvalueDeprecated.The value.-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedVorbisComment(Parcel in)Deprecated.VorbisComment(String key, String value)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intdescribeContents()Deprecated.booleanequals(Object obj)Deprecated.inthashCode()Deprecated.voidpopulateMediaMetadata(MediaMetadata.Builder builder)Deprecated.Updates theMediaMetadata.Builderwith the type-specific values stored in thisEntry.StringtoString()Deprecated.voidwriteToParcel(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.EntryUpdates theMediaMetadata.Builderwith the type-specific values stored in thisEntry.- Specified by:
populateMediaMetadatain interfaceMetadata.Entry- Parameters:
builder- The builder to be updated.
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
Deprecated.- Specified by:
writeToParcelin interfaceParcelable
-
describeContents
public int describeContents()
Deprecated.- Specified by:
describeContentsin interfaceParcelable
-
-