UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

28 lines (27 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KantarWatermark = void 0; const Mapper_1 = require("../common/Mapper"); const BitmovinResponse_1 = require("./BitmovinResponse"); const EncodingOutput_1 = require("./EncodingOutput"); /** * @export * @class KantarWatermark */ class KantarWatermark extends BitmovinResponse_1.default { constructor(obj) { super(obj); if (!obj) { return; } this.login = (0, Mapper_1.map)(obj.login); this.password = (0, Mapper_1.map)(obj.password); this.licenseId = (0, Mapper_1.map)(obj.licenseId); this.channelName = (0, Mapper_1.map)(obj.channelName); this.contentReference = (0, Mapper_1.map)(obj.contentReference); this.serverUrl = (0, Mapper_1.map)(obj.serverUrl); this.reportOutputs = (0, Mapper_1.mapArray)(obj.reportOutputs, EncodingOutput_1.default); } } exports.KantarWatermark = KantarWatermark; exports.default = KantarWatermark;