UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImscStylingMode = void 0; /** * Determines how IMSC styling is handled. * @export * @enum {string} */ var ImscStylingMode; (function (ImscStylingMode) { ImscStylingMode["PASSTHROUGH"] = "PASSTHROUGH"; ImscStylingMode["DROP_STYLING"] = "DROP_STYLING"; })(ImscStylingMode || (exports.ImscStylingMode = ImscStylingMode = {})); exports.default = ImscStylingMode;