TeamTalk 5 Java DLL
Version 5.11A
|
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... | |
Configuration parameters for the Jitter Buffer.
Definition at line 3000 of file TeamTalk.cs.
int BearWare.JitterConfig.nFixedDelayMSec |
The fixed delay in milliseconds. Default = 0.
Definition at line 3003 of file TeamTalk.cs.
bool BearWare.JitterConfig.bUseAdativeDejitter |
Turns adaptive jitter buffering ON/OFF. Default is OFF.
Definition at line 3005 of file TeamTalk.cs.
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.
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.