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