1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 17:00:26 +00:00
qb64/internal/help/_SNDRAWDONE.txt

24 lines
408 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SNDRAWDONE}}
2017-10-10 14:55:21 +00:00
[[_SNDRAWDONE]] ensures that the final buffer portion is played in short sound effects even if it is incomplete.
2016-03-18 11:36:04 +00:00
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: [[_SNDRAWDONE]]
{{PageDescription}}
* Use to force playing small buffers of [[_SNDRAW]] data.
2016-03-18 11:36:04 +00:00
2017-10-10 14:55:21 +00:00
==Availability==
* '''Version 1.000 and up'''
2016-03-18 11:36:04 +00:00
2017-10-10 14:55:21 +00:00
{{PageSeeAlso}}
* [[_SNDOPENRAW]]
2016-03-18 11:36:04 +00:00
* [[_SNDRAW]]
* [[_SNDRAWLEN]]
* [[_SNDRATE]]
{{PageNavigation}}