UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

22 lines (21 loc) 642 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SrtStatisticWindow = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class SrtStatisticWindow */ var SrtStatisticWindow = /** @class */ (function () { function SrtStatisticWindow(obj) { if (!obj) { return; } this.congestion = (0, Mapper_1.map)(obj.congestion); this.flight = (0, Mapper_1.map)(obj.flight); this.flow = (0, Mapper_1.map)(obj.flow); } return SrtStatisticWindow; }()); exports.SrtStatisticWindow = SrtStatisticWindow; exports.default = SrtStatisticWindow;