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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:_SNDRAWDONE}} | {{DISPLAYTITLE:_SNDRAWDONE}} | ||
[[_SNDRAWDONE]] ensures that the final buffer portion is played in short sound effects even if it is incomplete. | [[_SNDRAWDONE]] ensures that the final buffer portion is played in short sound effects even if it is incomplete. | ||
Line 8: | Line 8: | ||
{{PageParameters}} | {{PageParameters}} | ||
* The optional {{Parameter|pipeHandle&}} parameter refers to the sound pipe opened using [[_SNDOPENRAW]]. | * The optional {{Parameter|pipeHandle&}} parameter refers to the sound pipe opened using [[_SNDOPENRAW]]. | ||
Line 16: | Line 16: | ||
{{PageAvailability}} | {{PageAvailability}} | ||
* '''QB64 | * '''QB64 v1.0 and up''' | ||
* ''' | * '''QB64-PE all versions''' | ||
Latest revision as of 02:43, 23 January 2023
_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