SNDSTOP: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
{{PageNavigation}} | {{PageNavigation}} | ||
Revision as of 17:41, 25 November 2022
The _SNDSTOP statement stops a playing or paused sound using a handle from the _SNDOPEN or _SNDCOPY functions.
Syntax
- _SNDSTOP handle&
Description
- Sounds can be resumed using _SNDPLAY with the correct handle.
Examples
Example:
_SNDSTOP h& |
See also