void MonitorCircularBuffer(TVec Buffer, TVec Dst, ref TCircularBufferState State, TMonitorMode MonitorMode)
Monitor the circular buffer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Buffer | TVec | source TVec |
| 2 | Dst | TVec | source TVec |
| 3 | State | TCircularBufferState (ref) | |
| 4 | MonitorMode | TMonitorMode |
Result: stored in self (calling object)
Remarks:
Copies the most recent Dst.Length samples from the circular Buffer to Dst and does not advance the read cursor.