duvc-ctl 2.0.0
USB Video Class Camera Control Library
Loading...
Searching...
No Matches
duvc::PropSetting Struct Reference

Property setting with value and control mode. More...

#include <duvc-ctl/core/types.h>

Collaboration diagram for duvc::PropSetting:

Public Member Functions

 PropSetting ()=default
 Default constructor.
 
 PropSetting (int v, CamMode m)
 Construct property setting.
 

Public Attributes

int value
 Property value.
 
CamMode mode
 Control mode (auto/manual)
 

Detailed Description

Property setting with value and control mode.

Definition at line 74 of file types.h.

Constructor & Destructor Documentation

◆ PropSetting() [1/2]

duvc::PropSetting::PropSetting ( )
default

Default constructor.

◆ PropSetting() [2/2]

duvc::PropSetting::PropSetting ( int v,
CamMode m )
inline

Construct property setting.

Parameters
vProperty value
mControl mode

Definition at line 86 of file types.h.

Member Data Documentation

◆ mode

CamMode duvc::PropSetting::mode

Control mode (auto/manual)

Definition at line 76 of file types.h.

◆ value

int duvc::PropSetting::value

Property value.

Definition at line 75 of file types.h.

Referenced by duvc_cam_get(), and duvc_vid_get().


The documentation for this struct was generated from the following files: