Functions for manipulating the application's audio. More...
Public Member Functions | |
| integer | GetMasterVolume () |
| Gets the master volume of the audio mixer. | |
| integer | GetMusicVolume () |
| Gets the music volume of the audio mixer. | |
| integer | GetSoundVolume () |
| Gets the sound effect volume of the audio mixer. | |
| void | SetMasterVolume (integer volume) |
| Sets the master volume of the audio mixer. | |
| void | SetMusicVolume (integer volume) |
| Sets the music volume of the audio mixer. | |
| void | SetSoundVolume (integer volume) |
| Sets the sound effect volume of the audio mixer. | |
Functions for manipulating the application's audio.
| integer Audio.GetMasterVolume | ( | ) |
Gets the master volume of the audio mixer.
| integer Audio.GetMusicVolume | ( | ) |
Gets the music volume of the audio mixer.
| integer Audio.GetSoundVolume | ( | ) |
Gets the sound effect volume of the audio mixer.
| void Audio.SetMasterVolume | ( | integer | volume | ) |
Sets the master volume of the audio mixer.
| volume | The master volume, from 0 to 100. |
| void Audio.SetMusicVolume | ( | integer | volume | ) |
Sets the music volume of the audio mixer.
| volume | The music volume, from 0 to 100. |
| void Audio.SetSoundVolume | ( | integer | volume | ) |
Sets the sound effect volume of the audio mixer.
| volume | The sound effect volume, from 0 to 100. |