TeamTalk 4 .NET DLL
Version 4.5A
|
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... | |
Packet reception and data statistics for a user.
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.