theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
26 lines (22 loc) • 621 B
JavaScript
/** Battery charging state constants */
export const ChargingStateEnum = {
/** Charging */
CHARGING: 'CHARGING',
/** Charging completed */
COMPLETED: 'COMPLETED',
/** Not charging */
NOT_CHARGING: 'NOT_CHARGING'
};
/** type definition of ChargingStateEnum */
/** Microphone option constants */
export const 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