_SNDRAWDONE - mkilgore/QB64pe GitHub Wiki
_SNDRAWDONE ensures that the final buffer portion is played in short sound effects even if it is incomplete.
- _SNDRAWDONE [pipeHandle&]
- The optional pipeHandle& parameter refers to the sound pipe opened using _SNDOPENRAW.
- Use to force playing small buffers of _SNDRAW data.
- QB64 1.0 and up (QB64 Team)
- QBPE 0.5 and up (QB64 Phoenix Edition)
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page