RICOH Camera USB SDK for C++  1.1.0
RICOH Camera USB SDK for C++
Public Member Functions | Static Public Attributes | List of all members
Ricoh::CameraController::CaptureMethod Class Reference

This class for setting of capture method. Only use in Capture::getMethod() More...

#include <ricoh_camera_sdk/capture_method.hpp>

Inheritance diagram for Ricoh::CameraController::CaptureMethod:
Inheritance graph
[legend]
Collaboration diagram for Ricoh::CameraController::CaptureMethod:
Collaboration graph
[legend]

Public Member Functions

 CaptureMethod ()
 Constructs an object not having a value. More...
 
 ~CaptureMethod ()=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 CaptureSettingValuegetValue () 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 CaptureMethodStillImage
 constant for still image More...
 
static const CaptureMethodMovie
 constant for movie More...
 

Detailed Description

This class for setting of capture method. Only use in Capture::getMethod()

Constructor & Destructor Documentation

Ricoh::CameraController::CaptureMethod::CaptureMethod ( )

Constructs an object not having a value.

Ricoh::CameraController::CaptureMethod::~CaptureMethod ( )
default

Member Data Documentation

const CaptureMethod* Ricoh::CameraController::CaptureMethod::Movie
static

constant for movie

const CaptureMethod* Ricoh::CameraController::CaptureMethod::StillImage
static

constant for still image


The documentation for this class was generated from the following file: