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