IAudioEncoder::Init

Should be called in the constructor of any implementation of [IAudioEncoder](API\Runtime\SignalProcessing\DSP\Encoders\IAudioEncoder).

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Encoders/IAudioEncoder.h

Include

#include "DSP/Encoders/IAudioEncoder.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/IAudioEncoder.cpp

Syntax

void Init
(
    const FSoundQualityInfo & InQualityInfo
)

Remarks

Should be called in the constructor of any implementation of IAudioEncoder. Calls StartFile if necessary.

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