UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

36 lines (35 loc) 634 B
/** * Capture mode. */ export const 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