theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
17 lines • 523 B
TypeScript
/**
* USB connection of the camera.
*
* Default value is "MTP".
* After switching the setting value, reconnect the camera to USB to enable it.
*/
export declare const UsbConnectionEnum: {
/** Undefined value */
readonly UNKNOWN: "UNKNOWN";
/** MTP */
readonly MTP: "MTP";
/** MSC */
readonly MSC: "MSC";
};
/** type definition of UsbConnectionEnum */
export type UsbConnectionEnum = (typeof UsbConnectionEnum)[keyof typeof UsbConnectionEnum];
//# sourceMappingURL=option-usb-connection.d.ts.map