Type alias SEIExtractedMessage

SEIExtractedMessage: {
    data: Uint8Array;
    type: USER_DATA_UNREGISTERED;
    uuid: bigint;
} | {
    message: ReturnType<typeof parsePictureTiming>;
    type: PIC_TIMING;
}

Type declaration

Type declaration

Generated using TypeDoc