-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TextInformationFrame implements Parcelable
Text information ID3 frame.
-
-
Field Summary
Fields Modifier and Type Field Description public final String
id
public final String
description
public final String
value
public final static Parcelable.Creator<TextInformationFrame>
CREATOR
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-