info("sounds")
The info(“sounds”) function returns a carriage return delimited list of all currently playing sounds.
Description
This function returns a carriage return delimited list of all currently playing sounds. This example uses this function to immediately stop all sounds being played by Panorama.
looparray info("sounds"),cr(),playingSound
controlsound playingSound,"STOP"
endloop
See Also
- controlsound -- controls playback of a sound file.
- playsound -- starts playing a sound file.
- soundduration( -- returns the duration (in seconds) of the specified playing sound.
- sounddurationhhmmss( -- returns the duration (in hours:minutes:seconds) of the specified playing sound.
- soundinfo( -- returns a dictionary that contains all of the properties of a sound.
- soundplaying( -- returns true if the specified sound is currently playing, false if it is paused or not playing at all.
- soundposition( -- returns the current playback position (in seconds) of the specified playing sound.
- soundpositionhhmmss( -- returns the current playback position (in hours:minutes:seconds) of the specified playing sound.
- soundprogress( -- returns the progress of the played sound from 0 to 1.
- soundstatus( -- returns the status of the specified sound: stopped, playing or paused.
- soundvolume( -- returns the current volume of the specified playing sound.
History
10.2 | New | Carried over from Panorama 6.0 |