ISoundfieldEndpointFactory::CreateDecoderStream

This function is not necessary to override, since audio sent to an endpoint does not need to be decoded to interleaved audio buffers.

Windows
MacOS
Linux

Override Hierarchy

ISoundfieldFactory::CreateDecoderStream()

ISoundfieldEndpointFactory::CreateDecoderStream()

References

Module

AudioExtensions

Header

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

Include

#include "ISoundfieldEndpoint.h"

Source

/Engine/Source/Runtime/AudioExtensions/Private/ISoundfieldEndpoint.cpp

Syntax

virtual TUniquePtr< ISoundfieldDecoderStream > CreateDecoderStream
(
    const FAudioPluginInitializationParams & InitInfo,
    const ISoundfieldEncodingSettingsProxy & InitialSettings
)

Remarks

This function is not necessary to override, since audio sent to an endpoint does not need to be decoded to interleaved audio buffers.

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