public final class ChapterTocFrame extends Id3Frame
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
String[] |
children |
static Parcelable.Creator<ChapterTocFrame> |
CREATOR |
String |
elementId |
static String |
ID |
boolean |
isOrdered |
boolean |
isRoot |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ChapterTocFrame(String elementId,
boolean isRoot,
boolean isOrdered,
String[] children,
Id3Frame[] subFrames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Id3Frame |
getSubFrame(int index)
Returns the sub-frame at
index. |
int |
getSubFrameCount()
Returns the number of sub-frames.
|
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int flags) |
describeContentspublic static final String ID
public final String elementId
public final boolean isRoot
public final boolean isOrdered
public final String[] children
public static final Parcelable.Creator<ChapterTocFrame> CREATOR