![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Stream/VideoStreamSettings.h>
Settings related to frame rate. More...
Inheritance diagram for Framerate:Settings related to frame rate.
Static Public Attributes | |
| static constexpr auto | property_name = "Framerate" |
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. | |