![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Stream/VideoStreamSettings.h>
Settings related to gain. More...
Inheritance diagram for Gain:Settings related to gain.
Static Public Attributes | |
| static constexpr auto | property_name = "Gain" |
Static Public Attributes inherited from VideoStreamSettingsBase | |
| static constexpr auto | property_name = "VideoStreamSettingsBase" |
Additional Inherited Members | |
Public Member Functions inherited from VideoCameraSettingDouble | |
| virtual bool | set (double val)=0 |
| Sets a new value for the parameter. | |
| virtual double | value () const =0 |
| Gets the current value. | |
| virtual double | minimum () const =0 |
| Gets the minimum supported value. | |
| virtual double | maximum () const =0 |
| Gets the maximum supported value. | |