UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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