UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 636 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReuploadSettings = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class ReuploadSettings */ class ReuploadSettings { constructor(obj) { if (!obj) { return; } this.dashManifestInterval = (0, Mapper_1.map)(obj.dashManifestInterval); this.hlsManifestInterval = (0, Mapper_1.map)(obj.hlsManifestInterval); this.muxingInitFileInterval = (0, Mapper_1.map)(obj.muxingInitFileInterval); } } exports.ReuploadSettings = ReuploadSettings; exports.default = ReuploadSettings;