UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

20 lines (19 loc) 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImscStyling = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class ImscStyling */ var ImscStyling = /** @class */ (function () { function ImscStyling(obj) { if (!obj) { return; } this.mode = (0, Mapper_1.map)(obj.mode); } return ImscStyling; }()); exports.ImscStyling = ImscStyling; exports.default = ImscStyling;