|
GetSoundVolume | ||
VolumeLevel = GetSoundVolume(SoundIndex) | ||
Parameters: SoundIndex = The Index of the sound you wish to query |
||
Returns: VolumeLevel = The volume level of this sound (0 to 255) |
||
GetSoundVolume will return the current volume level of a sound. The volume level value returned will be between 0 (softest) and 255(loudest). FACTS: * None Mini Tutorial: This simple example, loads a sound file as sound 1, sets the sounds volume, panning and play back frequency, then displays this information back to the user.
This example would output.
|
Related Info: | PlayDynamicSound | PlaySound | ResumeSound | SoundMasterVolume | StopSound : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |