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