TeamTalk 5 .NET DLL
Version 5.14A
|
Statistics of bandwidth usage and ping times in the local client instance. More...
Public Attributes | |
long | nUdpBytesSent |
Bytes sent on UDP. More... | |
long | nUdpBytesRecv |
Bytes received on UDP. More... | |
long | nVoiceBytesSent |
Voice data sent (on UDP). More... | |
long | nVoiceBytesRecv |
Voice data received (on UDP). More... | |
long | nVideoCaptureBytesSent |
Video data sent (on UDP). More... | |
long | nVideoCaptureBytesRecv |
Video data received (on UDP). More... | |
long | nMediaFileAudioBytesSent |
Audio from media file data sent (on UDP). More... | |
long | nMediaFileAudioBytesRecv |
Audio from media file data received (on UDP). More... | |
long | nMediaFileVideoBytesSent |
Video from media file data sent (on UDP). More... | |
long | nMediaFileVideoBytesRecv |
Video from media file data received (on UDP). More... | |
long | nDesktopBytesSent |
Desktop data sent (on UDP). More... | |
long | nDesktopBytesRecv |
Desktop data received (on UDP). More... | |
int | nUdpPingTimeMs |
Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. More... | |
int | nTcpPingTimeMs |
Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. More... | |
int | nTcpServerSilenceSec |
The number of seconds nothing has been received by the client on TCP. More... | |
int | nUdpServerSilenceSec |
The number of seconds nothing has been received by the client on UDP. More... | |
int | nSoundInputDeviceDelayMSec |
Delay of sound input device until the first audio frame is delivered (in msec). More... | |
Statistics of bandwidth usage and ping times in the local client instance.
Definition at line 2950 of file TeamTalk.cs.
long BearWare.ClientStatistics.nUdpBytesSent |
Bytes sent on UDP.
Definition at line 2953 of file TeamTalk.cs.
long BearWare.ClientStatistics.nUdpBytesRecv |
Bytes received on UDP.
Definition at line 2955 of file TeamTalk.cs.
long BearWare.ClientStatistics.nVoiceBytesSent |
Voice data sent (on UDP).
Definition at line 2957 of file TeamTalk.cs.
long BearWare.ClientStatistics.nVoiceBytesRecv |
Voice data received (on UDP).
Definition at line 2959 of file TeamTalk.cs.
long BearWare.ClientStatistics.nVideoCaptureBytesSent |
Video data sent (on UDP).
Definition at line 2961 of file TeamTalk.cs.
long BearWare.ClientStatistics.nVideoCaptureBytesRecv |
Video data received (on UDP).
Definition at line 2963 of file TeamTalk.cs.
long BearWare.ClientStatistics.nMediaFileAudioBytesSent |
Audio from media file data sent (on UDP).
Definition at line 2965 of file TeamTalk.cs.
long BearWare.ClientStatistics.nMediaFileAudioBytesRecv |
Audio from media file data received (on UDP).
Definition at line 2967 of file TeamTalk.cs.
long BearWare.ClientStatistics.nMediaFileVideoBytesSent |
Video from media file data sent (on UDP).
Definition at line 2969 of file TeamTalk.cs.
long BearWare.ClientStatistics.nMediaFileVideoBytesRecv |
Video from media file data received (on UDP).
Definition at line 2971 of file TeamTalk.cs.
long BearWare.ClientStatistics.nDesktopBytesSent |
Desktop data sent (on UDP).
Definition at line 2973 of file TeamTalk.cs.
long BearWare.ClientStatistics.nDesktopBytesRecv |
Desktop data received (on UDP).
Definition at line 2975 of file TeamTalk.cs.
int BearWare.ClientStatistics.nUdpPingTimeMs |
Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.
Definition at line 2979 of file TeamTalk.cs.
int BearWare.ClientStatistics.nTcpPingTimeMs |
Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.
Definition at line 2983 of file TeamTalk.cs.
int BearWare.ClientStatistics.nTcpServerSilenceSec |
The number of seconds nothing has been received by the client on TCP.
Definition at line 2986 of file TeamTalk.cs.
int BearWare.ClientStatistics.nUdpServerSilenceSec |
The number of seconds nothing has been received by the client on UDP.
Definition at line 2989 of file TeamTalk.cs.
int BearWare.ClientStatistics.nSoundInputDeviceDelayMSec |
Delay of sound input device until the first audio frame is delivered (in msec).
The time from when the sound input device is started and until the first audio frame is delived (not including the time of the initial audio frame).
nSoundInputDeviceDelayMSec
is only updated when BearWare.TeamTalkBase instance is in a channel. nSoundInputDeviceDelayMSec
will remain zero until the first audio frame is delived.
Definition at line 3001 of file TeamTalk.cs.