|
GetSoundPan | ||
PanningValue = GetSoundPan(SoundIndex) | ||
Parameters: SoundIndex = The Index of the sound you wish to query |
||
Returns: PanningValue = The panning value of this sound (-255 to 255) |
||
GetSoundPan will return the current panning value of a sound. The panning value returned will be between -255 (left most) and 255( right most). 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: | SoundFreq | SoundPan | SoundVolume : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |