IAudioEncoder::StartFile

This should be overridden to, give the properties in InQualityInfo, write a header into OutFileStart.

Windows
MacOS
Linux

Override Hierarchy

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Encoders/IAudioEncoder.h"

Syntax

bool StartFile
(
    const FSoundQualityInfo & InQualityInfo,
    TArray< uint8 > & OutFileStart
)

Remarks

This should be overridden to, give the properties in InQualityInfo, write a header into OutFileStart. returns true on success, or false on failure.

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