FDecodeResult

Struct used to store the results of a decode operation.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "AudioDecompress.h"

Syntax

struct FDecodeResult

Remarks

Struct used to store the results of a decode operation.

Variables

Name Description

Public variable

int32

 

NumAudioFramesProduced

Number of frames produced.

Public variable

int32

 

NumCompressedBytesConsumed

Number of bytes of compressed data consumed.

Public variable

int32

 

NumPcmBytesProduced

Number of bytes produced.

Constructors

Name Description

Public function

FDecodeResult()

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