Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FVoicePacketBuffer
Description
Push a new packet of decompressed audio onto the buffer to be consumed. This should be called on the voice engine thread.
| Name | PushPacket |
| 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 |
void PushPacket
(
const void * InBuffer,
int32 NumBytes,
uint64 InStartSample,
EVoipStreamDataFormat Format
)