FChannelMixKey

Channel mix key is used to lookup entries from a [TSortedMap](API\Runtime\Core\Containers\TSortedMap).

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioChannelFormatConverter.h

Include

#include "DSP/AudioChannelFormatConverter.h"

Syntax

struct FChannelMixKey

Remarks

Channel mix key is used to lookup entries from a TSortedMap.

Variables

Name Description

Public variable

const int32

 

InputChannelIndex

Public variable

const int32

 

OutputChannelIndex

Constructors

Name Description

Public function

FChannelMixKey

(
    const FChannelMixEntry& InEntry
)

Public function

FChannelMixKey

(
    int32 InInputChannelIndex,
    int32 InOutputChannelIndex
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss