_SNDRAWDONE
Jump to navigation
Jump to search
_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 v1.0 and up
- QB64-PE all versions
See also