Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundWaveProxyReader
Description
Pops audio from reader and copies audio into OutBuffer. It returns the number of samples copied. Samples not written to will be set to zero.
Copies audio into OutBuffer. It returns the number of samples copied. Samples not written to will be set to zero.
| Name | PopAudio |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProxyReader.h |
| Include Path | #include "Sound/SoundWaveProxyReader.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWaveProxyReader.cpp |
int32 PopAudio
(
Audio::FAlignedFloatBuffer & OutBuffer
)