TeamTalk 5 .NET DLL Version 5.12A
BearWare.JitterConfig Struct Reference

Configuration parameters for the Jitter Buffer. More...

Public Attributes

int nFixedDelayMSec
 The fixed delay in milliseconds. Default = 0. More...
 
bool bUseAdativeDejitter
 Turns adaptive jitter buffering ON/OFF. Default is OFF. More...
 
int nMaxAdaptiveDelayMSec
 A hard maximum delay on the adaptive delay. Only valid when higher than zero. Default = 0. More...
 
int nActiveAdaptiveDelayMSec
 The current adaptive delay. When used with TeamTalkBase.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. More...
 

Detailed Description

Configuration parameters for the Jitter Buffer.

See also
TeamTalkBase.SetUserJitterControl()

Definition at line 3000 of file TeamTalk.cs.

Member Data Documentation

◆ nFixedDelayMSec

int BearWare.JitterConfig.nFixedDelayMSec

The fixed delay in milliseconds. Default = 0.

Definition at line 3003 of file TeamTalk.cs.

◆ bUseAdativeDejitter

bool BearWare.JitterConfig.bUseAdativeDejitter

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

Definition at line 3005 of file TeamTalk.cs.

◆ nMaxAdaptiveDelayMSec

int BearWare.JitterConfig.nMaxAdaptiveDelayMSec

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

Definition at line 3008 of file TeamTalk.cs.

◆ nActiveAdaptiveDelayMSec

int BearWare.JitterConfig.nActiveAdaptiveDelayMSec

The current adaptive delay. When used with TeamTalkBase.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 3015 of file TeamTalk.cs.