|
MTek-GDL 0.100.4-muffintrap
|
Functions to control global audio parameters. More...
Go to the source code of this file.
Functions | |
| void | Audio_SetSoundMasterVolume (float normalizedVolume) |
| Set global maximum volume of sounds. | |
| void | Audio_SetMusicMasterVolume (float normalizedVolume) |
| Set global maximum volume of music. | |
| void | Audio_SetMasterAudioVolume (float normalizedVolume) |
| Set global maximum volume of all sounds. | |
Functions to control global audio parameters.
| void Audio_SetMasterAudioVolume | ( | float | normalizedVolume | ) |
Set global maximum volume of all sounds.
| normalizedVolume | Volume from 0 to 1.0 |
| void Audio_SetMusicMasterVolume | ( | float | normalizedVolume | ) |
Set global maximum volume of music.
| normalizedVolume | Volume from 0 to 1.0 |
| void Audio_SetSoundMasterVolume | ( | float | normalizedVolume | ) |
Set global maximum volume of sounds.
| normalizedVolume | Volume from 0 to 1.0 |