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

25 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
2021-04-25 22:40:25 +00:00
{{PageAvailability}}
* 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]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}