CML
    Preparing search index...

    Type Alias EventMessageBoxBase

    EventMessageBoxBase: FullBox & {
        eventDuration: number;
        id: number;
        messageData: Uint8Array;
        schemeIdUri: string;
        timescale: number;
        type: "emsg";
        value: string;
    }

    Common fields shared by all EMSG box versions (ISO/IEC 23009-1:2014 - 5.10.3.3).