You are here: Symbol Reference > AudioSignal Namespace > Types > AudioSignal.TBufferOutEvent Type
DSP Master VCL
ContentsIndex
PreviousUpNext
AudioSignal.TBufferOutEvent Type

Event type triggered when output buffer has to be filled.

Pascal
TBufferOutEvent = function (Sender: TObject; var Length: integer): Boolean of object;

Length parameters specifies the required number of samples. Specify number of samples available is if its count is less then Length. The function should return true, if you want the playback to continue.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!