Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FBaseChannelFormatConverter
Inheritance Hierarchy
- FBaseChannelFormatConverter::FChannelMixEntry
- FBaseChannelFormatConverter::FChannelMixState
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioChannelFormatConverter.h |
| Include | #include "DSP/AudioChannelFormatConverter.h" |
Syntax
struct FChannelMixEntry
Remarks
FChannelMixEntry denotes how an input channel should be mixed into an output channel.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Gain | The scalar gain to apply to input audio samples when adding them to output audio samples. | |
| int32 | InputChannelIndex | The index of the input channel to use as a source. | |
| int32 | OutputChannelIndex | The index of the output channel to use as a destination. |