UVoipListenerSynthComponent::OpenPacketStream

Start accepting packets with a given delay for buffering.

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoipListenerSynthComponent.h

Include

#include "VoipListenerSynthComponent.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/VoipListenerSynthComponent.cpp

Syntax

void OpenPacketStream
(
    uint64 BeginningSampleCount,
    int32 BufferSize,
    float JitterDelay
)

Remarks

Start accepting packets with a given delay for buffering.

Parameters

Parameter

Description

BeginningSampleCount

The expected sample count of the first packet buffered. after this function is called.

BufferSize

that amount of packets we should reserve memory for.

JitterDelay

the amount of time we wait before we start playing audio from submitted packets.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss