Navigation
API > API/Runtime > API/Runtime/Engine
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
| Type | Name | Description | |
|---|---|---|---|
| int32 | NumAudioFramesProduced | Number of frames produced. | |
| int32 | NumCompressedBytesConsumed | Number of bytes of compressed data consumed. | |
| int32 | NumPcmBytesProduced | Number of bytes produced. |
Constructors
| Type | Name | Description | |
|---|---|---|---|