Struct SVHEncoderSettings
Defined in File SVHEncoderSettings.h
Struct Documentation
-
struct SVHEncoderSettings
The SVHEncoderSettings hold the settings for the encoder scaling of each channel.
Public Functions
-
inline SVHEncoderSettings(uint32_t scaling = 1)
SVHEncoderSettings Default CTOR will assign 9x1 to the scalings if no argument is given.
- Parameters:
_scaling – scaling to use for the encoders (everyone is scaled the same)
-
inline bool operator==(const SVHEncoderSettings &other) const
Compares two SVHEncoderSettings objects.
Public Members
-
std::vector<uint32_t> scalings
encoderSettings consist of multipliers for each encoder
-
inline SVHEncoderSettings(uint32_t scaling = 1)