UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

22 lines (21 loc) 631 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EgressInformation = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class EgressInformation */ class EgressInformation { constructor(obj) { if (!obj) { return; } this.category = (0, Mapper_1.map)(obj.category); this.bytes = (0, Mapper_1.map)(obj.bytes); this.outputType = (0, Mapper_1.map)(obj.outputType); this.outputRegion = (0, Mapper_1.map)(obj.outputRegion); } } exports.EgressInformation = EgressInformation; exports.default = EgressInformation;