IStreamedCompressedInfo::Decode

Decode the input compressed frame data into output PCMData buffer.

Windows
MacOS
Linux

Override Hierarchy

IStreamedCompressedInfo::Decode()

FOpusAudioInfo::Decode()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDecompress.h

Include

#include "AudioDecompress.h"

Syntax

FDecodeResult Decode
(
    const uint8 * CompressedData,
    const int32 CompressedDataSize,
    uint8 * OutPCMData,
    const int32 OutputPCMDataSize
)

Remarks

Decode the input compressed frame data into output PCMData buffer.

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