theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
23 lines (21 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MicrophoneNoiseReductionEnum = void 0;
/**
* Built-in microphone noise reduction.
*
* 1) Video: Ignore changes during recording
* 2) Live Streaming: Ignore changes during delivery
*/
const MicrophoneNoiseReductionEnum = exports.MicrophoneNoiseReductionEnum = {
/** Undefined value */
UNKNOWN: 'UNKNOWN',
/** ON */
ON: 'ON',
/** OFF */
OFF: 'OFF'
};
/** type definition of MicrophoneNoiseReductionEnum */
//# sourceMappingURL=option-microphone-noise-reduction.js.map