UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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