TeamTalk 5 C-API DLL
Version 5.14A
|
Configuration parameters for the Jitter Buffer. More...
#include <TeamTalk.h>
Public Attributes | |
INT32 | nFixedDelayMSec |
The fixed delay in milliseconds. Default = 0. More... | |
TTBOOL | bUseAdativeDejitter |
Turns adaptive jitter buffering ON/OFF. Default is OFF. More... | |
INT32 | nMaxAdaptiveDelayMSec |
A hard maximum delay on the adaptive delay. Only valid when higher than zero. Default = 0. More... | |
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. More... | |
Configuration parameters for the Jitter Buffer.
Definition at line 2819 of file TeamTalk.h.
INT32 JitterConfig::nFixedDelayMSec |
The fixed delay in milliseconds. Default = 0.
Definition at line 2822 of file TeamTalk.h.
TTBOOL JitterConfig::bUseAdativeDejitter |
Turns adaptive jitter buffering ON/OFF. Default is OFF.
Definition at line 2824 of file TeamTalk.h.
INT32 JitterConfig::nMaxAdaptiveDelayMSec |
A hard maximum delay on the adaptive delay. Only valid when higher than zero. Default = 0.
Definition at line 2827 of file TeamTalk.h.
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 2834 of file TeamTalk.h.