Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ICompressedAudioInfo
- ICompressedAudioInfo::ReadCompressedData()
- FADPCMAudioInfo::ReadCompressedData()
- IStreamedCompressedInfo::ReadCompressedData()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDecompress.h |
| Include | #include "AudioDecompress.h" |
bool ReadCompressedData
&40;
uint8 &42; Destination,
bool bLooping,
uint32 BufferSize
&41;
Remarks
Decompresses data to raw PCM data. bool true if the end of the data was reached (for both single shot and looping sounds)
Parameters
| Name | Description |
|---|---|
| Destination | where to place the decompressed sound |
| bLooping | whether to loop the sound by seeking to the start, or pad the buffer with zeroes |
| BufferSize | number of bytes of PCM data to create |