UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

22 lines (21 loc) 848 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProgressiveTsMuxingInformation = void 0; const Mapper_1 = require("../common/Mapper"); const ProgressiveMuxingInformation_1 = require("./ProgressiveMuxingInformation"); const ProgressiveTsMuxingInformationByteRanges_1 = require("./ProgressiveTsMuxingInformationByteRanges"); /** * @export * @class ProgressiveTsMuxingInformation */ class ProgressiveTsMuxingInformation extends ProgressiveMuxingInformation_1.default { constructor(obj) { super(obj); if (!obj) { return; } this.byteRanges = (0, Mapper_1.mapArray)(obj.byteRanges, ProgressiveTsMuxingInformationByteRanges_1.default); } } exports.ProgressiveTsMuxingInformation = ProgressiveTsMuxingInformation; exports.default = ProgressiveTsMuxingInformation;