Get2DChannelMap

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

Get2DChannelMap

(
    bool bIsVorbis,
    const int32 NumSourceChannels,
    const bool bIsCenterChannelOnly,
    Audio::AlignedFloatBuffer& OutChan...
)

Builds a channel gain matrix for a non-spatialized source. The non-static variation of this function queries AudioMixerDevice->NumOutputChannels directly which may not be thread safe.

Public function Static

void

 

Get2DChannelMap

(
    bool bIsVorbis,
    const int32 NumSourceChannels,
    const int32 NumOutputChannels,
    const bool bIsCenterChannelOnly,
    Audio::AlignedFloatBuffer& OutChan...
)

Builds a channel gain matrix for a non-spatialized source. The non-static variation of this function queries AudioMixerDevice->NumOutputChannels directly which may not be thread safe.

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