@movingimage-evp/player-sdk
    Preparing search index...

    Interface CuePoint

    interface CuePoint {
        id: string;
        time: number;
        value?: unknown;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the cuepoint.

    time: number

    The time of the cuepoint in seconds.

    value?: unknown

    The value of the cuepoint. This is optional and can be used to store additional data related to the cuepoint.