UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

17 lines (16 loc) 383 B
/** * USB connection of the camera. * * Default value is "MTP". * After switching the setting value, reconnect the camera to USB to enable it. */ export const UsbConnectionEnum = { /** Undefined value */ UNKNOWN: 'UNKNOWN', /** MTP */ MTP: 'MTP', /** MSC */ MSC: 'MSC' }; /** type definition of UsbConnectionEnum */ //# sourceMappingURL=option-usb-connection.js.map