Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
Type
typedef TArray< TArrayView< float >> FMultichannelBufferView
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultichannelBuffer.h |
| Include | #include "DSP/MultichannelBuffer.h" |
Remarks
A deinterleaved multichannel buffer view. The semantics are similar to TArray<> and TArrayView<>. FMultichannelBufferView allows sample values to be read and written, but it cannot be resized.