theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
42 lines (40 loc) • 767 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CaptureModeEnum = void 0;
/**
* Capture mode.
*/
const CaptureModeEnum = exports.CaptureModeEnum = {
/**
* Undefined value
*/
UNKNOWN: 'UNKNOWN',
/**
* Still image shooting mode.
*/
IMAGE: 'IMAGE',
/**
* Movie shooting mode.
*/
VIDEO: 'VIDEO',
/**
* Live streaming mode.
*/
LIVE: 'LIVE',
/**
* Interval still image capture mode just for Theta SC2 and Theta SC2 for business
*/
INTERVAL: 'INTERVAL',
/**
* Preset mode just for Theta SC2 and Theta SC2 for business
*/
PRESET: 'PRESET',
/**
* WebRTC
*/
WEB_RTC: 'WEB_RTC'
};
/** type definition of CaptureModeEnum */
//# sourceMappingURL=capture-mode.js.map