Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ChannelMap.h |
| Include | #include "DSP/ChannelMap.h" |
Syntax
namespace Audio
{
enum EChannelMapOrder
&123;
OutputMajorOrder,
InputMajorOrder,
&125;
}
Values
| Name | Description |
|---|---|
| OutputMajorOrder | The channel map matrix is in output major order, meaning that adjacent values increment the output channel index. |
| InputMajorOrder | The channel map matrix is in input major order, meaning that adjacent values increment the input channel index. |
Remarks
Denotes the order of gain coefficients for a channel map.