Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/ISoundfieldEndpointFactory
- 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 |
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.