@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
19 lines (18 loc) • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProgressiveWebmMuxingInformation = void 0;
const ProgressiveMuxingInformation_1 = require("./ProgressiveMuxingInformation");
/**
* @export
* @class ProgressiveWebmMuxingInformation
*/
class ProgressiveWebmMuxingInformation extends ProgressiveMuxingInformation_1.default {
constructor(obj) {
super(obj);
if (!obj) {
return;
}
}
}
exports.ProgressiveWebmMuxingInformation = ProgressiveWebmMuxingInformation;
exports.default = ProgressiveWebmMuxingInformation;