Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FVoicePacketBuffer
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoicePacketBuffer.h |
| Include | #include "VoicePacketBuffer.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/VoicePacketBuffer.cpp |
int32 PopAudio
&40;
float &42; DestBuffer,
uint32 RequestedSamples
&41;
Remarks
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.