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