UNPKG

@svta/common-media-library

Version:
17 lines 270 B
/** * WebVTT result types. * * @group WebVTT * * @beta * * @enum */ export const WebVttResultType = { CUE: 'cue', REGION: 'region', TIMESTAMP_MAP: 'timestampmap', STYLE: 'style', ERROR: 'error', }; //# sourceMappingURL=WebVttResultType.js.map