Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/FSoundWaveProxyReader
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProxyReader.h |
| Include | #include "Sound/SoundWaveProxyReader.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWaveProxyReader.cpp |
int32 PopAudio
(
Audio::FAlignedFloatBuffer & OutBuffer
)
Remarks
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.