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

Packet reception and data statistics for a user. More...

#include <TeamTalk4.h>

Public Attributes

INT64 nAudioPacketsRecv
 Number of audio packets received from user. More...
 
INT64 nAudioPacketsLost
 Number of audio packets lost from user. More...
 
INT64 nVideoPacketsRecv
 Number of video packets received from user. A video frame can consist of several video packets. More...
 
INT64 nVideoFramesRecv
 Number of video frames received from user. More...
 
INT64 nVideoFramesLost
 Video frames which couldn't be shown because packets were lost. More...
 
INT64 nVideoFramesDropped
 Number of video frames dropped because user application didn't retrieve video frames in time. More...
 

Detailed Description

Packet reception and data statistics for a user.

See Also
TT_GetUserStatistics

Member Data Documentation

INT64 UserStatistics::nAudioPacketsRecv

Number of audio packets received from user.

INT64 UserStatistics::nAudioPacketsLost

Number of audio packets lost from user.

INT64 UserStatistics::nVideoPacketsRecv

Number of video packets received from user. A video frame can consist of several video packets.

INT64 UserStatistics::nVideoFramesRecv

Number of video frames received from user.

INT64 UserStatistics::nVideoFramesLost

Video frames which couldn't be shown because packets were lost.

INT64 UserStatistics::nVideoFramesDropped

Number of video frames dropped because user application didn't retrieve video frames in time.