Navigation
API > API/Runtime > API/Runtime/AudioChannelAgnosticCore
| Name | FChannelAgnosticUtils |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioChannelAgnosticCore/Public/ChannelAgnostic/ChannelAgnosticTypeUtils.h |
| Include Path | #include "ChannelAgnostic/ChannelAgnosticTypeUtils.h" |
Syntax
class FChannelAgnosticUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ChannelIdToShortMixerChannels
(
const TArray< FName >& InIds, |
ChannelAgnostic/ChannelAgnosticTypeUtils.h | ||
static TOptional< uint32 > FindChannelMaskFromAudioMixerNumChannels
(
const int32 InNumChannels |
Attempts to match a ChannelCount to a ChannelMask, for compatibility with existing AudioMixer layouts. | ChannelAgnostic/ChannelAgnosticTypeUtils.h | |
static TSharedPtr< const FDiscreteChannelTypeFamily > FindDiscreteFormatFromNumChannels
(
const int32 InNumChannels |
Finds a discrete channel type family matching the given number of channels, using the standard AudioMixer channel layouts. | ChannelAgnostic/ChannelAgnosticTypeUtils.h | |
static void Interleave
(
const FChannelAgnosticType& In, |
ChannelAgnostic/ChannelAgnosticTypeUtils.h |