@svta/common-media-library
Version:
A common library for media playback in JavaScript
20 lines • 377 B
JavaScript
;
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