2 #ifndef RICOH_CAMERA_SDK_CAPTURE_METHOD_HPP_ 3 #define RICOH_CAMERA_SDK_CAPTURE_METHOD_HPP_ 9 namespace CameraController {
36 static const std::string Name;
54 std::string toString()
const override;
63 #endif // RICOH_CAMERA_SDK_CAPTURE_METHOD_HPP_ Definition: camera_device.hpp:13
This class is base class for capture settings. Sub classes of this class are used to handle capture s...
Definition: capture_setting.hpp:20
#define RCSDK_API
Definition: export.hpp:17
This class for setting value of the capture method.
Definition: capture_method.hpp:42
static const CaptureMethod * Movie
constant for movie
Definition: capture_method.hpp:24
This class is base for value of capture settings.
Definition: capture_setting.hpp:70
static const CaptureMethod * StillImage
constant for still image
Definition: capture_method.hpp:19
This class for setting of capture method. Only use in Capture::getMethod()
Definition: capture_method.hpp:14