Class ChapterTocFrame

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class ChapterTocFrame
    extends Id3Frame
    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.
    • Constructor Detail

      • ChapterTocFrame

        public ChapterTocFrame​(String elementId,
                               boolean isRoot,
                               boolean isOrdered,
                               String[] children,
                               Id3Frame[] subFrames)
        Deprecated.
    • Method Detail

      • getSubFrameCount

        public int getSubFrameCount()
        Deprecated.
        Returns the number of sub-frames.
      • getSubFrame

        public Id3Frame getSubFrame​(int index)
        Deprecated.
        Returns the sub-frame at index.
      • equals

        public boolean equals​(@Nullable
                              Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • writeToParcel

        public void writeToParcel​(Parcel dest,
                                  int flags)
        Deprecated.