Navigation
API > API/Runtime > API/Runtime/AudioLinkEngine > API/Runtime/AudioLinkEngine/FLockingCircularSampleBuffer
Description
Grow the buffer to at least InMinCapacity if current capacity is insufficient. Never shrinks. Flushes read/write pointers (does not preserve contents).
| Name | EnsureCapacity |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioLink/AudioLinkEngine/Public/BufferedListenerBase.h |
| Include Path | #include "BufferedListenerBase.h" |
void EnsureCapacity
(
int32 InMinCapacity
)