Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Denotes the order of gain coefficients for a channel map.
| Name | Audio::EChannelMapOrder |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ChannelMap.h |
| Include Path | #include "DSP/ChannelMap.h" |
Syntax
namespace Audio
{
enum EChannelMapOrder
{
OutputMajorOrder,
InputMajorOrder,
}
}
Values
| Name | Remarks |
|---|---|
| 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. |