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. More... | |
SVHEncoderSettings (uint32_t scaling=1) | |
SVHEncoderSettings Default CTOR will assign 9x1 to the scalings if no argument is given. More... | |
Public Attributes | |
std::vector< uint32_t > | scalings |
encoderSettings consist of multipliers for each encoder More... | |
The SVHEncoderSettings hold the settings for the encoder scaling of each channel.
Definition at line 46 of file SVHEncoderSettings.h.
|
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 56 of file SVHEncoderSettings.h.
|
inline |
Compares two SVHEncoderSettings objects.
Definition at line 62 of file SVHEncoderSettings.h.
std::vector<uint32_t> driver_svh::SVHEncoderSettings::scalings |
encoderSettings consist of multipliers for each encoder
Definition at line 49 of file SVHEncoderSettings.h.