1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 18:55:13 +00:00
qb64/internal/help/_SNDRAWDONE.md

25 lines
538 B
Markdown

[_SNDRAWDONE](_SNDRAWDONE) ensures that the final buffer portion is played in short sound effects even if it is incomplete.
## Syntax
> [_SNDRAWDONE](_SNDRAWDONE) [pipeHandle&]
## Parameters
* The optional pipeHandle& parameter refers to the sound pipe opened using [_SNDOPENRAW](_SNDOPENRAW).
## Description
* Use to force playing small buffers of [_SNDRAW](_SNDRAW) data.
## Availability
* Version 1.000 and up.
## See Also
* [_SNDOPENRAW](_SNDOPENRAW)
* [_SNDRAW](_SNDRAW)
* [_SNDRAWLEN](_SNDRAWLEN)
* [_SNDRATE](_SNDRATE)