DewDSPMasterNET
TBufferType Type
Summary
Defines signal buffering type.

Unit
SignalProcessing

Declaration
TBufferType = (bftStreaming, bftScrolling, bftStoring);
 Value  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. 
Description
Defines how the data is managed within the buffer.

Copyright 2008 Dew Research
http://www.dewresearch.com