UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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