void AdvanceCircularBuffer(Int32 SamplesToSkip, ref TCircularBufferState State)
Advance the read position of circular buffer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SamplesToSkip | Int32 | |
| 2 | State | TCircularBufferState (ref) |
Result: stored in self (calling object)
Remarks:
Advance the read position of the circular buffer by SamplesToSkip.