_SNDRAWDONE - QB64Official/qb64 GitHub Wiki
_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
- Version 1.000 and up.