FAmbisonicsSoundfieldFormat::CanTranscodeFromSoundfieldFormat

Override this function to decide whether this soundfield format can read and convert from a source format.

Windows
MacOS
Linux

Override Hierarchy

ISoundfieldFactory::CanTranscodeFromSoundfieldFormat()

FAmbisonicsSoundfieldFormat::CanTranscodeFromSoundfieldFormat()

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 CanTranscodeFromSoundfieldFormat
(
    FName SourceFormat,
    const ISoundfieldEncodingSettingsProxy & SourceEncodingSettings
)

Remarks

Override this function to decide whether this soundfield format can read and convert from a source format.

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