UNPKG

@svta/common-media-library

Version:
20 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebVttResultType = void 0; /** * WebVTT result types. * * @group WebVTT * * @beta * * @enum */ exports.WebVttResultType = { CUE: 'cue', REGION: 'region', TIMESTAMP_MAP: 'timestampmap', STYLE: 'style', ERROR: 'error', }; //# sourceMappingURL=WebVttResultType.js.map