taglib-ts
    Preparing search index...

    Interface Mp4Chapter

    A single chapter marker for an MP4 file.

    Start times are in milliseconds, matching C++ TagLib's Chapter::startTime() units.

    interface Mp4Chapter {
        startTime: number;
        title: string;
    }
    Index

    Properties

    Properties

    startTime: number

    Chapter start time in milliseconds (non-negative).

    title: string

    Chapter title (UTF-8 string).