FMixerDevice::GetFactoryForSubmixInstance

If SoundSubmix is a soundfield submix, this will return the factory used to encode source audio to it's soundfield format.

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerDevice.h

Include

#include "AudioMixerDevice.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/AudioMixerDevice.cpp

Syntax

ISoundfieldFactory * GetFactoryForSubmixInstance
(
    USoundSubmix * SoundSubmix
)

Remarks

If SoundSubmix is a soundfield submix, this will return the factory used to encode source audio to it's soundfield format. Otherwise, returns nullptr.