UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

17 lines (16 loc) 412 B
/** * Built-in microphone noise reduction. * * 1) Video: Ignore changes during recording * 2) Live Streaming: Ignore changes during delivery */ export const MicrophoneNoiseReductionEnum = { /** Undefined value */ UNKNOWN: 'UNKNOWN', /** ON */ ON: 'ON', /** OFF */ OFF: 'OFF' }; /** type definition of MicrophoneNoiseReductionEnum */ //# sourceMappingURL=option-microphone-noise-reduction.js.map