Bitmovin Player React Native SDK - v1.6.0
    Preparing search index...

    Interface AndroidChapterTocFrame

    Defines hierarchical chapter structure.

    Android

    interface AndroidChapterTocFrame {
        children: string[];
        elementId: string;
        frameType: "chapterToc";
        id: string;
        isOrdered: boolean;
        isRoot: boolean;
        metadataType: ID3;
        platform: "android";
        subFrames: AndroidId3Frame[];
    }

    Hierarchy

    • AndroidId3FrameBase
      • AndroidChapterTocFrame
    Index

    Properties

    children: string[]

    IDs of child chapter or TOC elements.

    elementId: string

    Identifier of the table-of-contents element.

    frameType: "chapterToc"
    id: string

    ID3 frame identifier.

    "TXXX"
    
    isOrdered: boolean

    Whether the listed children are ordered.

    isRoot: boolean

    Whether this element is the root of the chapter tree.

    metadataType: ID3
    platform: "android"

    Platform discriminator for TypeScript type narrowing.

    subFrames: AndroidId3Frame[]

    Nested ID3 subframes associated with this TOC element.