theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
25 lines (23 loc) • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GainEnum = void 0;
/**
* Microphone gain.
*
* For
* - RICOH THETA X
* - RICOH THETA Z1
* - RICOH THETA V
*/
const GainEnum = exports.GainEnum = {
/** Normal mode */
NORMAL: 'NORMAL',
/** Loud volume mode */
MEGA_VOLUME: 'MEGA_VOLUME',
/** Mute mode (RICOH THETA V firmware v2.50.1 or later, RICOH THETA X is not supported.) */
MUTE: 'MUTE'
};
/** type definition of GainEnum */
//# sourceMappingURL=option-gain.js.map