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
(8 intermediate revisions by 2 users 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.




{{PageSyntax}}
{{PageSyntax}}
: [[_SNDRAWDONE]]
: [[_SNDRAWDONE]] [{{Parameter|pipeHandle&}}]
 
 
{{PageParameters}}
* The optional {{Parameter|pipeHandle&}} parameter refers to the sound pipe opened using [[_SNDOPENRAW]].




Line 11: Line 15:




==Availability==
{{PageAvailability}}
* '''Version 1.000 and up'''
<!-- QB64 = a version or none, QBPE = a version or all, Platforms = yes or no -->
<gallery widths="48px" heights="48px" mode="nolines">
File:Qb64.png|'''v0.978'''
File:Qbpe.png|'''all'''
File:Apix.png
File:Win.png|'''yes'''
File:Lnx.png|'''yes'''
File:Osx.png|'''yes'''
</gallery>
<!-- Additional availability notes go below here -->





Revision as of 13:47, 8 December 2024

_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


See also



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