UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

22 lines (20 loc) 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BurstModeEnum = void 0; /** * BurstMode setting. * When this is set to ON, burst shooting is enabled, * and a screen dedicated to burst shooting is displayed in Live View. * * only For RICOH THETA Z1 firmware v2.10.1 or later */ const BurstModeEnum = exports.BurstModeEnum = { /** BurstMode ON */ ON: 'ON', /** BurstMode OFF */ OFF: 'OFF' }; /** Type definition of BurstModeEnum */ //# sourceMappingURL=option-burst-mode.js.map