TeamTalk 5 C-API DLL Version 5.15A
Loading...
Searching...
No Matches
JitterConfig Struct Reference

Configuration parameters for the Jitter Buffer. More...

#include <TeamTalk.h>

Public Attributes

INT32 nFixedDelayMSec
 The fixed delay in milliseconds. Default = 0.
 
TTBOOL bUseAdativeDejitter
 Turns adaptive jitter buffering ON/OFF. Default is OFF.
 
INT32 nMaxAdaptiveDelayMSec
 A hard maximum delay on the adaptive delay. Only valid when higher than zero. Default = 0.
 
INT32 nActiveAdaptiveDelayMSec
 The current adaptive delay. When used with TT_SetUserJitterControl, this value is used as the adaptive jitter delay starting at the next voice stream of the user. Default = 0, meaning the value will not be used. When returned via TT_GetUserJitterControl, it contains the currently active adaptive jitter delay.
 

Detailed Description

Configuration parameters for the Jitter Buffer.

See also
TT_SetUserJitterControl()

Definition at line 2832 of file TeamTalk.h.

Member Data Documentation

◆ nFixedDelayMSec

INT32 JitterConfig::nFixedDelayMSec

The fixed delay in milliseconds. Default = 0.

Definition at line 2835 of file TeamTalk.h.

◆ bUseAdativeDejitter

TTBOOL JitterConfig::bUseAdativeDejitter

Turns adaptive jitter buffering ON/OFF. Default is OFF.

Definition at line 2837 of file TeamTalk.h.

◆ nMaxAdaptiveDelayMSec

INT32 JitterConfig::nMaxAdaptiveDelayMSec

A hard maximum delay on the adaptive delay. Only valid when higher than zero. Default = 0.

Definition at line 2840 of file TeamTalk.h.

◆ nActiveAdaptiveDelayMSec

INT32 JitterConfig::nActiveAdaptiveDelayMSec

The current adaptive delay. When used with TT_SetUserJitterControl, this value is used as the adaptive jitter delay starting at the next voice stream of the user. Default = 0, meaning the value will not be used. When returned via TT_GetUserJitterControl, it contains the currently active adaptive jitter delay.

Definition at line 2847 of file TeamTalk.h.