CML
    Preparing search index...

    Type Alias WebVttCueIdBox

    ISO/IEC 14496-30:2014 - WebVTT Cue Id Box.

    type WebVttCueIdBox = {
        cueId: string;
        type: "iden";
    }
    Index

    Properties

    Properties

    cueId: string
    type: "iden"