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
struct FChannelMapParams
Remarks
Parameters for creating 2D channel maps.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsCenterChannelOnly | If true and (NumInputChannels == 1) and the output format has a center channel, then the mono channel will be routed directly to the center channel. | |
| EChannelMapMonoUpmixMethod | MonoUpmixMethod | Method for upmixing mono audio (only used if NumInputChannels == 1) | |
| int32 | NumInputChannels | Number of channels in the input audio. | |
| int32 | NumOutputChannels | Number of channels in the output audio. | |
| EChannelMapOrder | Order | Order of gain coefficients in the output channel map. |