Exemple #1
0
 /// <summary>
 /// Sets the gain of all sounds.
 /// </summary>
 /// <param name="gain">Positive or negative gain to apply to all sounds.</param>
 public void SetGainAllSounds(float gain)
 {
     FreeSL.fslSoundSetGainAllSounds(gain);
 }