Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FVoicePacketBuffer
Description
Pop RequestedSamples of float samples into DestBuffer. Returns the number of "non-silent" samples copied into the buffer- the remainder of the buffer will be filled with silence. This should be called on the audio render thread.
| Name | PopAudio |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoicePacketBuffer.h |
| Include Path | #include "VoicePacketBuffer.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/VoicePacketBuffer.cpp |
int32 PopAudio
(
float * DestBuffer,
uint32 RequestedSamples
)