|
GetSoundStatus | ||
Flag = GetSoundStatus(SoundIndex) | ||
Parameters: SoundIndex = The Index of the sound you wish to query |
||
Returns: Flag = This flags holds the state of the image. 0 = Not in use, 1 = contains and image |
||
GetSoundStatus will return the current in use status of a sound. If the sound has a sound file load into it, it's status will be returned as true(1). If not, it will return a zero (false). 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: | DeleteSound | GetFreeSound | GetSoundPlaying | LoadNewSound | LoadSound | PlaySound : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |