RICOH Camera USB SDK for C++  1.1.0
RICOH Camera USB SDK for C++
Public Member Functions | List of all members
Ricoh::CameraController::Capture Class Referenceabstract

The interface for a camera capture information. More...

#include <ricoh_camera_sdk/capture.hpp>

Public Member Functions

virtual ~Capture ()=default
 
virtual const std::string & getId () const =0
 Returns the ID of the capture. More...
 
virtual const CaptureMethodgetMethod () const =0
 Returns the capture method of the capture. More...
 
virtual CaptureState getState () const =0
 Returns the state of the capture. More...
 

Detailed Description

The interface for a camera capture information.

Constructor & Destructor Documentation

virtual Ricoh::CameraController::Capture::~Capture ( )
virtualdefault

Member Function Documentation

virtual const std::string& Ricoh::CameraController::Capture::getId ( ) const
pure virtual

Returns the ID of the capture.

Returns
The ID
virtual const CaptureMethod& Ricoh::CameraController::Capture::getMethod ( ) const
pure virtual

Returns the capture method of the capture.

Returns
The capture method
virtual CaptureState Ricoh::CameraController::Capture::getState ( ) const
pure virtual

Returns the state of the capture.

Returns
The state

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