Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FVoicePacketBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. Hidden on purpose. | VoicePacketBuffer.h | ||
FVoicePacketBuffer
(
int32 BufferSize, |
This is the only constructor that should be used with FVoicePacketBuffer. | VoicePacketBuffer.h |
FVoicePacketBuffer()
Description
Default constructor. Hidden on purpose.
| Name | FVoicePacketBuffer |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoicePacketBuffer.h |
| Include Path | #include "VoicePacketBuffer.h" |
FVoicePacketBuffer()
FVoicePacketBuffer(int32, int32, uint64)
Description
This is the only constructor that should be used with FVoicePacketBuffer.
| Name | FVoicePacketBuffer |
| 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 |
FVoicePacketBuffer
(
int32 BufferSize,
int32 InNumSamplesUntilIdling,
uint64 InStartSample
)