Function AudioEffectDistortion.postGain
Increases or decreases the volume after the effect. Value can range from -80 to 24.
double postGain() nothrow @property @nogc;
void postGain
(
double v
) nothrow @property @nogc;