UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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