getSoundSourceGain
AudioModuleInterface::getSoundSourceGain
Returns the gain of a sound source.
Declaration
virtual float getSoundSourceGain(SoundSourceID soundSourceID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
soundSourceID |
The sound source to get the gain of. |
Returns
The gain of the sound source.