procedure AdvanceCircularBuffer(SamplesToSkip: Integer; var State: TCircularBufferState);
Advance the read position of circular buffer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SamplesToSkip | Integer | |
| 2 | State | TCircularBufferState |
Result: stored in self (calling object)
Remarks:
Advance the read position of the circular buffer by SamplesToSkip.