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 FChannelMixState : public Audio::FBaseChannelFormatConverter::FChannelMixEntry
Remarks
Channel mix entry holds current and next gain levels for a mix entry.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFadeToNextGain | ||
| float | NextGain |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChannelMixState
(
const FChannelMixEntry& InEntry |