ISoundfieldFactory::ShouldEncodeAllStreamsIndependently

If this is overridden to true, we will set up a separate encoding stream for every submix plugged into this soundfield submix.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h

Include

#include "ISoundfieldFormat.h"

Syntax

virtual bool ShouldEncodeAllStreamsIndependently
(
    const ISoundfieldEncodingSettingsProxy & EncodingSettings
)

Remarks

If this is overridden to true, we will set up a separate encoding stream for every submix plugged into this soundfield submix. Otherwise, we mix all non-soundfield submixes plugged into this soundfield submix together and use one encoding stream.

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