|
TeamTalk 5 Java DLL Version 5.19A
|
Configuration parameters for the Jitter Buffer. More...
Public Attributes | |
| int | nFixedDelayMSec |
| The fixed delay in milliseconds. Default = 0. | |
| bool | bUseAdativeDejitter |
| Turns adaptive jitter buffering ON/OFF. Default is OFF. | |
| int | nMaxAdaptiveDelayMSec |
| A hard maximum delay on the adaptive delay. Only valid when higher than zero. Default = 0. | |
| 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. | |
Configuration parameters for the Jitter Buffer.
Definition at line 2994 of file TeamTalk.cs.
| int BearWare.JitterConfig.nFixedDelayMSec |
The fixed delay in milliseconds. Default = 0.
Definition at line 2997 of file TeamTalk.cs.
| bool BearWare.JitterConfig.bUseAdativeDejitter |
Turns adaptive jitter buffering ON/OFF. Default is OFF.
Definition at line 2999 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 3002 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 3009 of file TeamTalk.cs.