TeamTalk 4 .NET DLL  Version 4.5A
BearWare.UserStatistics Struct Reference

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

Public Attributes

long nAudioPacketsRecv
 Number of audio packets received from user. More...
 
long nAudioPacketsLost
 Number of audio packets lost from user. More...
 
long nVideoPacketsRecv
 Number of video packets received from user. A video frame can consist of several video packets. More...
 
long nVideoFramesRecv
 Number of video frames received from user. More...
 
long nVideoFramesLost
 Video frames which couldn't be shown because packets were lost. More...
 
long 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
BearWare.TeamTalk4.GetUserStatistics

Member Data Documentation

long BearWare.UserStatistics.nAudioPacketsRecv

Number of audio packets received from user.

long BearWare.UserStatistics.nAudioPacketsLost

Number of audio packets lost from user.

long BearWare.UserStatistics.nVideoPacketsRecv

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

long BearWare.UserStatistics.nVideoFramesRecv

Number of video frames received from user.

long BearWare.UserStatistics.nVideoFramesLost

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

long BearWare.UserStatistics.nVideoFramesDropped

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