UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SourceChannel = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class SourceChannel */ class SourceChannel { constructor(obj) { if (!obj) { return; } this.gain = (0, Mapper_1.map)(obj.gain); this.type = (0, Mapper_1.map)(obj.type); this.channelNumber = (0, Mapper_1.map)(obj.channelNumber); } } exports.SourceChannel = SourceChannel; exports.default = SourceChannel;