theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
17 lines • 585 B
TypeScript
/**
* Built-in microphone noise reduction.
*
* 1) Video: Ignore changes during recording
* 2) Live Streaming: Ignore changes during delivery
*/
export declare const MicrophoneNoiseReductionEnum: {
/** Undefined value */
readonly UNKNOWN: "UNKNOWN";
/** ON */
readonly ON: "ON";
/** OFF */
readonly OFF: "OFF";
};
/** type definition of MicrophoneNoiseReductionEnum */
export type MicrophoneNoiseReductionEnum = (typeof MicrophoneNoiseReductionEnum)[keyof typeof MicrophoneNoiseReductionEnum];
//# sourceMappingURL=option-microphone-noise-reduction.d.ts.map