Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FOpusAudioInfo
- IStreamedCompressedInfo::Decode()
- FOpusAudioInfo::Decode()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/OpusAudioInfo.h |
Include | #include "OpusAudioInfo.h" |
Source | /Engine/Source/Runtime/Engine/Private/OpusAudioInfo.cpp |
virtual FDecodeResult Decode
&40;
const uint8 &42; CompressedData,
const int32 CompressedDataSize,
uint8 &42; OutPCMData,
const int32 OutputPCMDataSize
&41;
Remarks
Decode the input compressed frame data into output PCMData buffer.