Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/TCircularAudioBuffer
| Type | Name | Description | |
|---|---|---|---|
| int32 | Push
(
TArrayView< const SampleType > InBuffer |
Push an array of values into circular buffer. | |
| bool | Push
(
const SampleType& InElement |
Push a single sample onto this buffer. Returns false if the buffer is full. | |
| bool | Push
(
SampleType&& InElement |
||
| int32 | Push
(
const SampleType* InBuffer, |
Pushes some amount of samples into this circular buffer. |