public final class CommentFrame extends Id3Frame
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<CommentFrame> |
CREATOR |
String |
description |
static String |
ID |
String |
language |
String |
text |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
CommentFrame(String language,
String description,
String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int flags) |
describeContentspublic static final String ID
public final String language
public final String description
public final String text
public static final Parcelable.Creator<CommentFrame> CREATOR