You are here: Symbol Reference > CoreAudioSignal Namespace > Classes > TSignalCoreAudioOut Class > public > TSignalCoreAudioOut.OutputBufferSkipped Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalCoreAudioOut.OutputBufferSkipped Method

Returns number of output buffers skipped due to CPU overload.

Pascal
function OutputBufferSkipped: integer;

Value bigger than zero is indicative of a compromised playback. The value is reset when the playback is restarted. Each time this value is increased by 1, OnBufferSkipped event is triggered. The value of 0 does not guarantee that the playback went without a glitch. This value is only indicative for the application, but not for the audio driver or the OS, where further problems can occur, which cannot be seen from outside.

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