@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
20 lines (19 loc) • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebVttStyling = void 0;
var Mapper_1 = require("../common/Mapper");
/**
* @export
* @class WebVttStyling
*/
var WebVttStyling = /** @class */ (function () {
function WebVttStyling(obj) {
if (!obj) {
return;
}
this.mode = (0, Mapper_1.map)(obj.mode);
}
return WebVttStyling;
}());
exports.WebVttStyling = WebVttStyling;
exports.default = WebVttStyling;