@ceeblue/web-utils
    Preparing search index...

    Type Alias WebVttResultTypeBeta

    WebVTT result types.

    type WebVttResultType = {
        CUE: "cue";
        ERROR: "error";
        REGION: "region";
        STYLE: "style";
        TIMESTAMP_MAP: "timestampmap";
    }
    Index

    Properties

    CUE: "cue"
    ERROR: "error"
    REGION: "region"
    STYLE: "style"
    TIMESTAMP_MAP: "timestampmap"