SNDRAWDONE: 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 4: | Line 4: | ||
{{PageSyntax}} | {{PageSyntax}} | ||
: [[_SNDRAWDONE]] | : [[_SNDRAWDONE]] [{{Parameter|pipeHandle&}}] | ||
{{PageParameters}} | |||
* The optional {{Parameter|pipeHandle&}} parameter refers to the sound pipe opened using [[_SNDOPENRAW]]. | |||
Revision as of 23:07, 31 May 2022
_SNDRAWDONE ensures that the final buffer portion is played in short sound effects even if it is incomplete.
Syntax
- _SNDRAWDONE [pipeHandle&]
Parameters
- The optional pipeHandle& parameter refers to the sound pipe opened using _SNDOPENRAW.
Description
- Use to force playing small buffers of _SNDRAW data.
Availability
- QB64 1.0 and up (QB64 Team)
- QBPE 0.5 and up (QB64 Phoenix Edition)
See also