API Docs
    Preparing search index...

    Interface StartData

    Preferred start position.

    Corresponds to the #EXT-X-START tag.

    interface StartData {
        offset: number;
        precise?: boolean;
    }
    Index

    Properties

    Properties

    offset: number

    Time offset in seconds.

    Positive = from beginning, negative = from end.

    precise?: boolean

    Whether to precisely seek to the TIME-OFFSET.

    false