Navigation
API > API/Runtime > API/Runtime/AdpcmAudioDecoder > API/Runtime/AdpcmAudioDecoder/FADPCMAudioInfo
Description
Wrapper function that returns a pointer to the currently used compressed data. If a non-zero chunk is requested, this function also aquires a reference to that chunk until we move on to a different chunk.
| Name | GetLoadedChunk |
| Type | function |
| Header File | /Engine/Source/Runtime/AdpcmAudioDecoder/Module/Public/Decoders/ADPCMAudioInfo.h |
| Include Path | #include "Decoders/ADPCMAudioInfo.h" |
| Source | /Engine/Source/Runtime/AdpcmAudioDecoder/Module/Private/ADPCMAudioInfo.cpp |
const uint8 * GetLoadedChunk
(
const FSoundWaveProxyPtr & InSoundWave,
uint32 ChunkIndex,
uint32 & OutChunkSize
)