|
RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting of recorded pixels and quality level. More...
#include <ricoh_camera_sdk/still_image_quality.hpp>


Public Member Functions | |
| StillImageQuality () | |
| Constructs an object not having a value. More... | |
| ~StillImageQuality ()=default | |
Public Member Functions inherited from Ricoh::CameraController::CaptureSetting | |
| virtual | ~CaptureSetting ()=default |
| virtual bool | operator== (const CaptureSetting &obj) const |
| virtual bool | operator!= (const CaptureSetting &obj) const |
| virtual const std::string & | getName () const |
| Returns the name of the setting. More... | |
| virtual const CaptureSettingValue & | getValue () const |
| Returns the value of a setting. More... | |
| virtual void | setValue (std::unique_ptr< CaptureSettingValue > &&value) |
| Sets the value of a setting. More... | |
| virtual const std::vector< const CaptureSetting * > & | getAvailableSettings () const |
| Returns the valid settings that varies depending on the state and setting of the camera device. More... | |
| virtual std::string | toString () const |
Static Public Attributes | |
| static const StillImageQuality * | LargeBest |
| static const StillImageQuality * | LargeBetter |
| static const StillImageQuality * | LargeGood |
| static const StillImageQuality * | MediumBest |
| static const StillImageQuality * | MediumBetter |
| static const StillImageQuality * | MediumGood |
| static const StillImageQuality * | SmallBest |
| static const StillImageQuality * | SmallBetter |
| static const StillImageQuality * | SmallGood |
| static const StillImageQuality * | ExtraSmallBest |
| static const StillImageQuality * | ExtraSmallBetter |
| static const StillImageQuality * | ExtraSmallGood |
The class for setting of recorded pixels and quality level.
| Ricoh::CameraController::StillImageQuality::StillImageQuality | ( | ) |
Constructs an object not having a value.
|
default |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.11