@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
17 lines (16 loc) • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Enums = exports.lower = exports.lift = void 0;
exports.lift = {
ControllerVersionWindow: (x, _) => { return x ? { min: x[0], max: x[1] } : null; }
};
exports.lower = {
ControllerVersionWindow: (x) => x ?
[x.min, x.max] : null
};
exports.Enums = {
LegacyFormatHandler: ["Accept", "Reject"],
SDPFormat: ["Legacy", "Modern"],
NetworkPaths: ["None", "Primary", "Secondary", "Both"],
NetworkPath: ["Primary", "Secondary"]
};