Class CommentFrame
- java.lang.Object
- 
- com.google.android.exoplayer2.metadata.id3.Id3Frame
- 
- com.google.android.exoplayer2.metadata.id3.CommentFrame
 
 
- 
- All Implemented Interfaces:
- Parcelable,- Metadata.Entry
 
 @Deprecated public final class CommentFrame extends Id3Frame 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.Comment ID3 frame.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface android.os.ParcelableParcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static Parcelable.Creator<CommentFrame>CREATORDeprecated.StringdescriptionDeprecated.static StringIDDeprecated.StringlanguageDeprecated.StringtextDeprecated.- 
Fields inherited from interface android.os.ParcelableCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
- 
 - 
Constructor SummaryConstructors Constructor Description CommentFrame(String language, String description, String text)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.voidwriteToParcel(Parcel dest, int flags)Deprecated.- 
Methods inherited from class com.google.android.exoplayer2.metadata.id3.Id3FramedescribeContents
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.EntrygetWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final String ID Deprecated.- See Also:
- Constant Field Values
 
 - 
languagepublic final String language Deprecated.
 - 
descriptionpublic final String description Deprecated.
 - 
textpublic final String text Deprecated.
 - 
CREATORpublic static final Parcelable.Creator<CommentFrame> CREATOR Deprecated.
 
- 
 - 
Method Detail- 
writeToParcelpublic void writeToParcel(Parcel dest, int flags) Deprecated.
 
- 
 
-