carb::audio::getRolloffDefaults
Defined in carb/audio/AudioUtils.h
-
inline void carb::audio::getRolloffDefaults(RolloffDesc *desc)
fills a rolloff descriptor with the default rolloff values.
Remark
This fills in a rolloff descriptor with the default values. Note that the rolloff descriptor doesn’t have an implicit constructor because it is intended to be a sparse struct that generally does not need to be fully initialized.
- Parameters
desc – [out] the rolloff descriptor to fill in.
- Returns
no return value.