UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

23 lines (22 loc) 897 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProgressiveTsMuxingInformationByteRanges = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class ProgressiveTsMuxingInformationByteRanges */ var ProgressiveTsMuxingInformationByteRanges = /** @class */ (function () { function ProgressiveTsMuxingInformationByteRanges(obj) { if (!obj) { return; } this.segmentNumber = (0, Mapper_1.map)(obj.segmentNumber); this.startBytes = (0, Mapper_1.map)(obj.startBytes); this.endBytes = (0, Mapper_1.map)(obj.endBytes); this.duration = (0, Mapper_1.map)(obj.duration); } return ProgressiveTsMuxingInformationByteRanges; }()); exports.ProgressiveTsMuxingInformationByteRanges = ProgressiveTsMuxingInformationByteRanges; exports.default = ProgressiveTsMuxingInformationByteRanges;