UNPKG

@atem-connection/camera-control

Version:
11 lines 604 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AtemCameraControlEvents = void 0; var AtemCameraControlEvents; (function (AtemCameraControlEvents) { AtemCameraControlEvents["LensAutoIris"] = "lens.autoIris"; AtemCameraControlEvents["LensAutoFocus"] = "lens.autoFocus"; AtemCameraControlEvents["VideoAutoWhiteBalance"] = "video.autoWhiteBalance"; AtemCameraControlEvents["ColorResetToDefault"] = "color.resetToDefault"; })(AtemCameraControlEvents || (exports.AtemCameraControlEvents = AtemCameraControlEvents = {})); //# sourceMappingURL=changes.js.map