Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/TSlidingBuffer
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SlidingWindow.h |
| Include | #include "DSP/SlidingWindow.h" |
void StoreForFutureWindows
&40;
TArrayView< const InSampleType > InBuffer
&41;
Remarks
StoreForFutureWindows stores the necessary samples from InBuffer which will be needed for future windows. It ignores all values in InBuffer which can already be composed as a complete window.