FMixerDevice::GetFactoryForSubmixInstance

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

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
(
    FMixerSubmixWeakPtr & SoundSubmixPtr
)

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.

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