FAmbisonicsSoundfieldFormat::IsTranscodeRequiredBetweenSettings

Override this function to determine whether an incoming ISoundfieldPacket would need to be explicitly operated on between two submixes with the same format, but potentially different encoding settings.

Windows
MacOS
Linux

Override Hierarchy

ISoundfieldFactory::IsTranscodeRequiredBetweenSettings()

FAmbisonicsSoundfieldFormat::IsTranscodeRequiredBetweenSettings()

References

Module

SoundFields

Header

/Engine/Plugins/Runtime/SoundFields/Source/SoundFields/Public/SoundFields.h

Include

#include "SoundFields.h"

Source

/Engine/Plugins/Runtime/SoundFields/Source/SoundFields/Private/SoundFields.cpp

Syntax

virtual bool IsTranscodeRequiredBetweenSettings
(
    const ISoundfieldEncodingSettingsProxy & SourceSettings,
    const ISoundfieldEncodingSettingsProxy & DestinationSettings
)

Remarks

Override this function to determine whether an incoming ISoundfieldPacket would need to be explicitly operated on between two submixes with the same format, but potentially different encoding settings. If this returns true, a new transcoder will be created. if this returns false, then the source submix's ISoundfieldPacket will be passed down directly.

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