UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

32 lines (27 loc) 813 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MicrophoneOptionEnum = exports.ChargingStateEnum = void 0; /** Battery charging state constants */ const ChargingStateEnum = exports.ChargingStateEnum = { /** Charging */ CHARGING: 'CHARGING', /** Charging completed */ COMPLETED: 'COMPLETED', /** Not charging */ NOT_CHARGING: 'NOT_CHARGING' }; /** type definition of ChargingStateEnum */ /** Microphone option constants */ const MicrophoneOptionEnum = exports.MicrophoneOptionEnum = { /** auto */ AUTO: 'AUTO', /** built-in microphone */ INTERNAL: 'INTERNAL', /** external microphone */ EXTERNAL: 'EXTERNAL' }; /** type definition of MicrophoneOptionEnum */ /** Mutable values representing Theta status. */ //# sourceMappingURL=theta-state.js.map