Package com.brightcove.player.metadata
Class TextInformationFrame
java.lang.Object
com.brightcove.player.metadata.TextInformationFrame
- All Implemented Interfaces:
android.os.Parcelable
Text information ID3 frame.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final android.os.Parcelable.Creator<TextInformationFrame>
final String
final String
final String
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
toString()
void
writeToParcel
(android.os.Parcel dest, int flags)
-
Field Details
-
id
-
description
-
value
-
CREATOR
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-