UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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