UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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