The SVHEncoderSettings hold the settings for the encoder scaling of each channel. More...
#include <SVHEncoderSettings.h>
Public Member Functions | |
bool | operator== (const SVHEncoderSettings &other) const |
Compares two SVHEncoderSettings objects. | |
SVHEncoderSettings (uint32_t _scaling=1) | |
SVHEncoderSettings Default CTOR will assign 9x1 to the scalings if no argument is given. | |
Public Attributes | |
std::vector< uint32_t > | scalings |
encoderSettings consist of multipliers for each encoder |
The SVHEncoderSettings hold the settings for the encoder scaling of each channel.
Definition at line 38 of file SVHEncoderSettings.h.
driver_svh::SVHEncoderSettings::SVHEncoderSettings | ( | uint32_t | _scaling = 1 | ) | [inline] |
SVHEncoderSettings Default CTOR will assign 9x1 to the scalings if no argument is given.
_scaling | scaling to use for the encoders (everyone is scaled the same) |
Definition at line 48 of file SVHEncoderSettings.h.
bool driver_svh::SVHEncoderSettings::operator== | ( | const SVHEncoderSettings & | other | ) | const [inline] |
Compares two SVHEncoderSettings objects.
Definition at line 53 of file SVHEncoderSettings.h.
std::vector<uint32_t> driver_svh::SVHEncoderSettings::scalings |
encoderSettings consist of multipliers for each encoder
Definition at line 41 of file SVHEncoderSettings.h.