RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting value of live view specification. More...
#include <ricoh_camera_sdk/live_view_specification.hpp>
Public Member Functions | |
LiveViewSpecificationValue (const LiveViewImage &value) | |
Constructs an object having a value. You doesn't use this constructor. More... | |
~LiveViewSpecificationValue ()=default | |
bool | operator== (const CameraDeviceSettingValue &obj) const override |
bool | operator!= (const CameraDeviceSettingValue &obj) const override |
const LiveViewImage & | get () const |
Returns the live view image information. More... | |
std::string | toString () const override |
Public Member Functions inherited from Ricoh::CameraController::CameraDeviceSettingValue | |
virtual | ~CameraDeviceSettingValue ()=default |
The class for setting value of live view specification.
Ricoh::CameraController::LiveViewSpecificationValue::LiveViewSpecificationValue | ( | const LiveViewImage & | value | ) |
Constructs an object having a value. You doesn't use this constructor.
|
default |
const LiveViewImage& Ricoh::CameraController::LiveViewSpecificationValue::get | ( | ) | const |
Returns the live view image information.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |