You are here: Symbol Reference > SignalProcessing Namespace > Structs, Records, Enums > SignalProcessing.TBufferType Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalProcessing.TBufferType Enumeration

Defines signal buffering type.

Pascal
TBufferType = (
  bftStreaming,
  bftScrolling,
  bftStoring
);
Members 
Description 
bftStreaming 
Once the data is read, it is "deleted" from the buffer. This mode is usefull for filtering and signal processing. 
bftScrolling 
The data resides in the buffer until new data comming in to the buffer pushes it out. This mode is usefull for signal analysis. 
bftStoring 
The buffer will be increasing until some user defined size is reached. The buffer must then be reset. 

Defines how the data is managed within the buffer.

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