theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
18 lines • 602 B
TypeScript
/**
* Shooting function.
*/
export declare const ShootingFunctionEnum: {
/**
* Undefined item
*/
readonly UNKNOWN: "UNKNOWN";
/** Normal shooting function */
readonly NORMAL: "NORMAL";
/** Self-timer shooting function(RICOH THETA X is not supported.) */
readonly SELF_TIMER: "SELF_TIMER";
/** My setting shooting function */
readonly MY_SETTING: "MY_SETTING";
};
/** type definition of ShootingFunctionEnum */
export type ShootingFunctionEnum = (typeof ShootingFunctionEnum)[keyof typeof ShootingFunctionEnum];
//# sourceMappingURL=shooting-function.d.ts.map