Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FBaseChannelFormatConverter
Description
Returns the scalar gain used to mix the input channel index into the output channel index.
If the gains are to be faded during the subsequent call to ProcessAudio(), this will return the ending gain.
| Name | GetTargetMixGain |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioChannelFormatConverter.h |
| Include Path | #include "DSP/AudioChannelFormatConverter.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/AudioChannelFormatConverter.cpp |
float GetTargetMixGain
(
int32 InInputChannelIndex,
int32 InOutputChannelIndex
) const