@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 456 B
JavaScript
;
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;