Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Description
Helper to create array of pointers from multi-mono. Warning Array of pointers will be larger than you need, but filled to InNumChannels
| Name | Audio::MakeMultiMonoPointersFromView |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultiMono.h |
| Include Path | #include "DSP/MultiMono.h" |
namespace Audio
{
template<typename T>
TStackArrayOfPointers< T > Audio::MakeMultiMonoPointersFromView
(
TArrayView< T > InMultiMono,
const int32 InNumFrames,
const int32 InNumChannels
)
}