TeamTalk 5 .NET DLL Version 5.12A
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 2432 of file TeamTalk.cs.

Member Data Documentation

◆ nVoicePacketsRecv

long BearWare.UserStatistics.nVoicePacketsRecv

Number of voice packets received from user.

Definition at line 2435 of file TeamTalk.cs.

◆ nVoicePacketsLost

long BearWare.UserStatistics.nVoicePacketsLost

Number of voice packets lost from user.

Definition at line 2437 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 2440 of file TeamTalk.cs.

◆ nVideoCaptureFramesRecv

long BearWare.UserStatistics.nVideoCaptureFramesRecv

Number of video frames received from user.

Definition at line 2442 of file TeamTalk.cs.

◆ nVideoCaptureFramesLost

long BearWare.UserStatistics.nVideoCaptureFramesLost

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

Definition at line 2445 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 2448 of file TeamTalk.cs.

◆ nMediaFileAudioPacketsRecv

long BearWare.UserStatistics.nMediaFileAudioPacketsRecv

Number of media file audio packets received from user.

Definition at line 2450 of file TeamTalk.cs.

◆ nMediaFileAudioPacketsLost

long BearWare.UserStatistics.nMediaFileAudioPacketsLost

Number of media file audio packets lost from user.

Definition at line 2452 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 2455 of file TeamTalk.cs.

◆ nMediaFileVideoFramesRecv

long BearWare.UserStatistics.nMediaFileVideoFramesRecv

Number of media file video frames received from user.

Definition at line 2457 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 2460 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 2463 of file TeamTalk.cs.