SNDRAWDONE: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:_SNDRAWDONE}} _SNDRAWDONE ensures that the final buffer portion is played in short sound effects even if it is incomplete. {{PageSyntax}} : _SNDRAWDONE {{PageDescription}} * Use to force playing small buffers of _SNDRAW data. ==Availability== * '''Version 1.000 and up''' {{PageSeeAlso}} * _SNDOPENRAW * _SNDRAW * _SNDRAWLEN * _SNDRATE {{PageNavigation}}")
 
No edit summary
Line 11: Line 11:




==Availability==
{{PageAvailability}}
* '''Version 1.000 and up'''
* '''QB64 1.000 and up'''
* '''QBPE 0.5 and up''' (QBPE = QB64 Phoenix Edition)





Revision as of 21:51, 29 April 2022

_SNDRAWDONE ensures that the final buffer portion is played in short sound effects even if it is incomplete.


Syntax

_SNDRAWDONE


Description

  • Use to force playing small buffers of _SNDRAW data.


Availability

  • QB64 1.000 and up
  • QBPE 0.5 and up (QBPE = QB64 Phoenix Edition)


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link