Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultichannelBuffer.h |
| Include | #include "DSP/MultichannelBuffer.h" |
namespace Audio
{
void Audio&58;&58;SetMultichannelBufferSize
&40;
int32 InNumFrames,
FMultichannelBuffer & OutBuffer
&41;
}
Remarks
Set the number of frames for a multichannel buffer.
Parameters
| Name | Description |
|---|---|
| InNumFrames | Number of frames to hold in the buffer. |
| OutBuffer | Buffer to resize. |