Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FBaseChannelFormatConverter > API/Runtime/SignalProcessing/FBaseChannelFormatConverter/FChannelMixKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChannelMixKey
(
const FChannelMixEntry& InEntry |
DSP/AudioChannelFormatConverter.h | ||
FChannelMixKey
(
int32 InInputChannelIndex, |
DSP/AudioChannelFormatConverter.h |
FChannelMixKey(const FChannelMixEntry &)
| Name | FChannelMixKey |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioChannelFormatConverter.h |
| Include Path | #include "DSP/AudioChannelFormatConverter.h" |
FChannelMixKey
(
const FChannelMixEntry & InEntry
)
FChannelMixKey(int32, int32)
| Name | FChannelMixKey |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioChannelFormatConverter.h |
| Include Path | #include "DSP/AudioChannelFormatConverter.h" |
FChannelMixKey
(
int32 InInputChannelIndex,
int32 InOutputChannelIndex
)