TeamTalk 4 C-API DLL  Version 4.5A
ClientStatistics Struct Reference

Statistics of bandwidth usage and ping times in the local client instance. More...

#include <TeamTalk4.h>

Public Attributes

INT64 nUdpBytesSent
 Bytes sent on UDP. More...
 
INT64 nUdpBytesRecv
 Bytes received on UDP. More...
 
INT64 nVoiceBytesSent
 Voice data sent (on UDP). More...
 
INT64 nVoiceBytesRecv
 Voice data received (on UDP). More...
 
INT64 nVideoBytesSent
 Video data sent (on UDP). More...
 
INT64 nVideoBytesRecv
 Video data received (on UDP). More...
 
INT64 nDesktopBytesSent
 Desktop data sent (on UDP). More...
 
INT64 nDesktopBytesRecv
 Desktop data received (on UDP). More...
 
INT32 nUdpPingTimeMs
 Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. More...
 
INT32 nTcpPingTimeMs
 Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. More...
 
INT32 nTcpServerSilenceSec
 The number of seconds nothing has been received by the client on TCP. More...
 
INT32 nUdpServerSilenceSec
 The number of seconds nothing has been received by the client on UDP. More...
 

Detailed Description

Statistics of bandwidth usage and ping times in the local client instance.

See Also
TT_GetStatistics

Member Data Documentation

INT64 ClientStatistics::nUdpBytesSent

Bytes sent on UDP.

INT64 ClientStatistics::nUdpBytesRecv

Bytes received on UDP.

INT64 ClientStatistics::nVoiceBytesSent

Voice data sent (on UDP).

INT64 ClientStatistics::nVoiceBytesRecv

Voice data received (on UDP).

INT64 ClientStatistics::nVideoBytesSent

Video data sent (on UDP).

INT64 ClientStatistics::nVideoBytesRecv

Video data received (on UDP).

INT64 ClientStatistics::nDesktopBytesSent

Desktop data sent (on UDP).

INT64 ClientStatistics::nDesktopBytesRecv

Desktop data received (on UDP).

INT32 ClientStatistics::nUdpPingTimeMs

Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.

See Also
TT_SetKeepAliveInterval
INT32 ClientStatistics::nTcpPingTimeMs

Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.

See Also
TT_SetKeepAliveInterval
INT32 ClientStatistics::nTcpServerSilenceSec

The number of seconds nothing has been received by the client on TCP.

INT32 ClientStatistics::nUdpServerSilenceSec

The number of seconds nothing has been received by the client on UDP.