theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
23 lines (21 loc) • 520 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UsbConnectionEnum = void 0;
/**
* USB connection of the camera.
*
* Default value is "MTP".
* After switching the setting value, reconnect the camera to USB to enable it.
*/
const UsbConnectionEnum = exports.UsbConnectionEnum = {
/** Undefined value */
UNKNOWN: 'UNKNOWN',
/** MTP */
MTP: 'MTP',
/** MSC */
MSC: 'MSC'
};
/** type definition of UsbConnectionEnum */
//# sourceMappingURL=option-usb-connection.js.map