1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/_SNDRAWDONE__1111111111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

32 lines
669 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:40:28}}
{{DISPLAYTITLE:_SNDRAWDONE}}
[[_SNDRAWDONE]] ensures that the final buffer portion is played in short sound effects even if it is incomplete.
{{PageSyntax}}
: [[_SNDRAWDONE]] [{{Parameter|pipeHandle&}}]
{{PageParameters}}
* The optional {{Parameter|pipeHandle&}} parameter refers to the sound pipe opened using [[_SNDOPENRAW]].
{{PageDescription}}
* Use to force playing small buffers of [[_SNDRAW]] data.
{{PageAvailability}}
* '''QB64 1.0 and up''' (QB64 Team)
* '''QBPE 0.5 and up''' (QB64 Phoenix Edition)
{{PageSeeAlso}}
* [[_SNDOPENRAW]]
* [[_SNDRAW]]
* [[_SNDRAWLEN]]
* [[_SNDRATE]]
{{PageNavigation}}