TeamTalk 5 Java DLL  Version 5.8B
BearWare.UserStatistics Struct Reference

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

Public Attributes

long nVoicePacketsRecv
 Number of voice packets received from user. More...
 
long nVoicePacketsLost
 Number of voice packets lost from user. More...
 
long nVideoCapturePacketsRecv
 Number of video packets received from user. A video frame can consist of several video packets. More...
 
long nVideoCaptureFramesRecv
 Number of video frames received from user. More...
 
long nVideoCaptureFramesLost
 Video frames which couldn't be shown because packets were lost. More...
 
long nVideoCaptureFramesDropped
 Number of video frames dropped because user application
didn't retrieve video frames in time. More...
 
long nMediaFileAudioPacketsRecv
 Number of media file audio packets received from user. More...
 
long nMediaFileAudioPacketsLost
 Number of media file audio packets lost from user. More...
 
long nMediaFileVideoPacketsRecv
 Number of media file video packets received from user. A video frame can consist of several video packets. More...
 
long nMediaFileVideoFramesRecv
 Number of media file video frames received from user. More...
 
long nMediaFileVideoFramesLost
 Media file video frames which couldn't be shown because packets were lost. More...
 
long nMediaFileVideoFramesDropped
 Number of media file 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.TeamTalkBase.GetUserStatistics

Definition at line 2365 of file TeamTalk.cs.

Member Data Documentation

◆ nVoicePacketsRecv

long BearWare.UserStatistics.nVoicePacketsRecv

Number of voice packets received from user.

Definition at line 2368 of file TeamTalk.cs.

◆ nVoicePacketsLost

long BearWare.UserStatistics.nVoicePacketsLost

Number of voice packets lost from user.

Definition at line 2370 of file TeamTalk.cs.

◆ nVideoCapturePacketsRecv

long BearWare.UserStatistics.nVideoCapturePacketsRecv

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

Definition at line 2373 of file TeamTalk.cs.

◆ nVideoCaptureFramesRecv

long BearWare.UserStatistics.nVideoCaptureFramesRecv

Number of video frames received from user.

Definition at line 2375 of file TeamTalk.cs.

◆ nVideoCaptureFramesLost

long BearWare.UserStatistics.nVideoCaptureFramesLost

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

Definition at line 2378 of file TeamTalk.cs.

◆ nVideoCaptureFramesDropped

long BearWare.UserStatistics.nVideoCaptureFramesDropped

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

Definition at line 2381 of file TeamTalk.cs.

◆ nMediaFileAudioPacketsRecv

long BearWare.UserStatistics.nMediaFileAudioPacketsRecv

Number of media file audio packets received from user.

Definition at line 2383 of file TeamTalk.cs.

◆ nMediaFileAudioPacketsLost

long BearWare.UserStatistics.nMediaFileAudioPacketsLost

Number of media file audio packets lost from user.

Definition at line 2385 of file TeamTalk.cs.

◆ nMediaFileVideoPacketsRecv

long BearWare.UserStatistics.nMediaFileVideoPacketsRecv

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

Definition at line 2388 of file TeamTalk.cs.

◆ nMediaFileVideoFramesRecv

long BearWare.UserStatistics.nMediaFileVideoFramesRecv

Number of media file video frames received from user.

Definition at line 2390 of file TeamTalk.cs.

◆ nMediaFileVideoFramesLost

long BearWare.UserStatistics.nMediaFileVideoFramesLost

Media file video frames which couldn't be shown because packets were lost.

Definition at line 2393 of file TeamTalk.cs.

◆ nMediaFileVideoFramesDropped

long BearWare.UserStatistics.nMediaFileVideoFramesDropped

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

Definition at line 2396 of file TeamTalk.cs.