@huddly/sdk-interfaces
Version:
Module for describing the Huddly SDK using interfaces
10 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DetectionConvertion = void 0;
var DetectionConvertion;
(function (DetectionConvertion) {
DetectionConvertion["RELATIVE"] = "RELATIVE";
DetectionConvertion["FRAMING"] = "FRAMING";
})(DetectionConvertion || (DetectionConvertion = {}));
exports.DetectionConvertion = DetectionConvertion;
//# sourceMappingURL=IDetectorOpts.js.map