You are here: Symbol Reference > CoreAudioSignal Namespace > Classes > TSignalCoreAudioIn Class > published > TSignalCoreAudioIn.InputBuffers Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalCoreAudioIn.InputBuffers Property

Currently active input buffers.

Pascal
property InputBuffers: TVecList;

Contain data obtained from Windows Audio Driver on the last successfull call. The length of the data can vary and can only be access from within OnProcessRealTime event, which is triggered from within the drivers thread. If called from another thread the program may crash.

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