Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FVoicePacketBuffer
Description
When called, will seek forward in the buffer by the requested number of samples, skipping and removing the audio we seek past. This will return the number of samples we were able to seek forward by.
| Name | DropOldestAudio |
| 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 |
uint32 DropOldestAudio
(
uint32 InNumSamples
)