TeamTalk 5 C-API DLL Version 5.15A
|
A struct containing the server's statistics, i.e. bandwidth usage and user activity. More...
#include <TeamTalk.h>
Public Attributes | |
INT64 | nTotalBytesTX |
The number of bytes sent from the server to clients. | |
INT64 | nTotalBytesRX |
The number of bytes received by the server from clients. | |
INT64 | nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients. | |
INT64 | nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients. | |
INT64 | nVideoCaptureBytesTX |
The number of bytes in video packets sent from the server to clients. | |
INT64 | nVideoCaptureBytesRX |
The number of bytes in video packets received by the server from clients. | |
INT64 | nMediaFileBytesTX |
The number of bytes in media file packets sent from the server to clients. | |
INT64 | nMediaFileBytesRX |
The number of bytes in media file packets received by the server from clients. | |
INT64 | nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients. | |
INT64 | nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients. | |
INT32 | nUsersServed |
The number of users who have logged on to the server. | |
INT32 | nUsersPeak |
The highest numbers of users online. | |
INT64 | nFilesTx |
The number of bytes for file transmission transmitted from the server. | |
INT64 | nFilesRx |
The number of bytes for file transmission received by the server. | |
INT64 | nUptimeMSec |
The server's uptime in msec. | |
A struct containing the server's statistics, i.e. bandwidth usage and user activity.
Use TT_DoQueryServerStats() to query the server's statistics.
Definition at line 1887 of file TeamTalk.h.
INT64 ServerStatistics::nTotalBytesTX |
The number of bytes sent from the server to clients.
Definition at line 1891 of file TeamTalk.h.
INT64 ServerStatistics::nTotalBytesRX |
The number of bytes received by the server from clients.
Definition at line 1894 of file TeamTalk.h.
INT64 ServerStatistics::nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients.
Definition at line 1897 of file TeamTalk.h.
INT64 ServerStatistics::nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients.
Definition at line 1900 of file TeamTalk.h.
INT64 ServerStatistics::nVideoCaptureBytesTX |
The number of bytes in video packets sent from the server to clients.
Definition at line 1903 of file TeamTalk.h.
INT64 ServerStatistics::nVideoCaptureBytesRX |
The number of bytes in video packets received by the server from clients.
Definition at line 1906 of file TeamTalk.h.
INT64 ServerStatistics::nMediaFileBytesTX |
The number of bytes in media file packets sent from the server to clients.
Definition at line 1909 of file TeamTalk.h.
INT64 ServerStatistics::nMediaFileBytesRX |
The number of bytes in media file packets received by the server from clients.
Definition at line 1912 of file TeamTalk.h.
INT64 ServerStatistics::nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients.
Definition at line 1915 of file TeamTalk.h.
INT64 ServerStatistics::nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients.
Definition at line 1918 of file TeamTalk.h.
INT32 ServerStatistics::nUsersServed |
The number of users who have logged on to the server.
Definition at line 1920 of file TeamTalk.h.
INT32 ServerStatistics::nUsersPeak |
The highest numbers of users online.
Definition at line 1922 of file TeamTalk.h.
INT64 ServerStatistics::nFilesTx |
The number of bytes for file transmission transmitted from the server.
Definition at line 1925 of file TeamTalk.h.
INT64 ServerStatistics::nFilesRx |
The number of bytes for file transmission received by the server.
Definition at line 1928 of file TeamTalk.h.
INT64 ServerStatistics::nUptimeMSec |
The server's uptime in msec.
Definition at line 1930 of file TeamTalk.h.