UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

24 lines (22 loc) 880 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApertureEnum = void 0; /** Aperture value. */ const ApertureEnum = exports.ApertureEnum = { /** AUTO(0) */ APERTURE_AUTO: 'APERTURE_AUTO', /** 2.0F RICOH THETA V or prior */ APERTURE_2_0: 'APERTURE_2_0', /** 2.1F RICOH THETA Z1 and the exposure program (exposureProgram) is set to Manual or Aperture Priority */ APERTURE_2_1: 'APERTURE_2_1', /** 2.4F RICOH THETA X or later */ APERTURE_2_4: 'APERTURE_2_4', /** 3.5F RICOH THETA Z1 and the exposure program (exposureProgram) is set to Manual or Aperture Priority */ APERTURE_3_5: 'APERTURE_3_5', /** 5.6F RICOH THETA Z1 and the exposure program (exposureProgram) is set to Manual or Aperture Priority */ APERTURE_5_6: 'APERTURE_5_6' }; /** type definition of ApertureEnum */ //# sourceMappingURL=option-aperture.js.map