UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 733 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LiveStandbyPoolEncodingIngestPoint = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class LiveStandbyPoolEncodingIngestPoint */ var LiveStandbyPoolEncodingIngestPoint = /** @class */ (function () { function LiveStandbyPoolEncodingIngestPoint(obj) { if (!obj) { return; } this.streamBaseUrl = (0, Mapper_1.map)(obj.streamBaseUrl); this.streamKey = (0, Mapper_1.map)(obj.streamKey); } return LiveStandbyPoolEncodingIngestPoint; }()); exports.LiveStandbyPoolEncodingIngestPoint = LiveStandbyPoolEncodingIngestPoint; exports.default = LiveStandbyPoolEncodingIngestPoint;