Back to Exoplayer

ChapterTocFrame (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/metadata/id3/ChapterTocFrame.html

latest6.1 KB
Original Source

Package com.google.android.exoplayer2.metadata.id3

Class ChapterTocFrame


[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classChapterTocFrameextends[Id3Frame](Id3Frame.html "class in com.google.android.exoplayer2.metadata.id3")

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.

Chapter table of contents ID3 frame.

Nested Class Summary

- 

Nested classes/interfaces inherited from interface android.os.Parcelable

Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>

Field Summary

Fields | Modifier and Type | Field | Description | | --- | --- | --- | | String[] | children | Deprecated. | | static Parcelable.Creator<ChapterTocFrame> | CREATOR | Deprecated. | | String | elementId | Deprecated. | | static String | ID | Deprecated. | | boolean | isOrdered | Deprecated. | | boolean | isRoot | Deprecated. |

- 

Fields inherited from class com.google.android.exoplayer2.metadata.id3.Id3Frame

id

- 

Fields inherited from interface android.os.Parcelable

CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | ChapterTocFrame​(String elementId, boolean isRoot, boolean isOrdered, String[] children, Id3Frame[] subFrames) | Deprecated. |

Method Summary

All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description | | --- | --- | --- | | boolean | equals​(Object obj) | Deprecated. | | Id3Frame | getSubFrame​(int index) | Deprecated.

Returns the sub-frame at index. | | int | getSubFrameCount() | Deprecated.

Returns the number of sub-frames. | | int | hashCode() | Deprecated. | | void | writeToParcel​(Parcel dest, int flags) | Deprecated. |

- 

Methods inherited from class com.google.android.exoplayer2.metadata.id3.Id3Frame

describeContents, toString

- 

Methods inherited from class java.lang.Object

clone, finalize, getClass, notify, notifyAll, wait, wait, wait

- 

Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry

getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata

Field Detail

- 

ID

public static final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")ID

Deprecated. See Also:Constant Field Values

- 

elementId

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")elementId

Deprecated.

- 

isRoot

public final boolean isRoot

Deprecated.

- 

isOrdered

public final boolean isOrdered

Deprecated.

- 

children

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")[] children

Deprecated.

- 

CREATOR

public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[ChapterTocFrame](ChapterTocFrame.html "class in com.google.android.exoplayer2.metadata.id3")> CREATOR

Deprecated.

Constructor Detail

- 

ChapterTocFrame

public ChapterTocFrame​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")elementId,
                       boolean isRoot,
                       boolean isOrdered,[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")[] children,[Id3Frame](Id3Frame.html "class in com.google.android.exoplayer2.metadata.id3")[] subFrames)

Deprecated.

Method Detail

- 

getSubFrameCount

public int getSubFrameCount()

Deprecated.

Returns the number of sub-frames.

- 

getSubFrame

public[Id3Frame](Id3Frame.html "class in com.google.android.exoplayer2.metadata.id3")getSubFrame​(int index)

Deprecated.

Returns the sub-frame at index.

- 

equals

public boolean equals​(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")obj)

Deprecated. Overrides:equals in class Object

- 

hashCode

public int hashCode()

Deprecated. Overrides:hashCode in class Object

- 

writeToParcel

public void writeToParcel​([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
                          int flags)

Deprecated.