TeamTalk 5 Java DLL Version 5.18.0.5154 - Unreleased
Loading...
Searching...
No Matches
BearWare.UserStatistics Struct Reference

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

Public Attributes

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

Detailed Description

Packet reception and data statistics for a user.

See also
BearWare.TeamTalkBase.GetUserStatistics

Definition at line 2416 of file TeamTalk.cs.

Member Data Documentation

◆ nVoicePacketsRecv

long BearWare.UserStatistics.nVoicePacketsRecv

Number of voice packets received from user.

Definition at line 2419 of file TeamTalk.cs.

◆ nVoicePacketsLost

long BearWare.UserStatistics.nVoicePacketsLost

Number of voice packets lost from user.

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

◆ nVideoCaptureFramesRecv

long BearWare.UserStatistics.nVideoCaptureFramesRecv

Number of video frames received from user.

Definition at line 2426 of file TeamTalk.cs.

◆ nVideoCaptureFramesLost

long BearWare.UserStatistics.nVideoCaptureFramesLost

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

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

◆ nMediaFileAudioPacketsRecv

long BearWare.UserStatistics.nMediaFileAudioPacketsRecv

Number of media file audio packets received from user.

Definition at line 2434 of file TeamTalk.cs.

◆ nMediaFileAudioPacketsLost

long BearWare.UserStatistics.nMediaFileAudioPacketsLost

Number of media file audio packets lost from user.

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

◆ nMediaFileVideoFramesRecv

long BearWare.UserStatistics.nMediaFileVideoFramesRecv

Number of media file video frames received from user.

Definition at line 2441 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 2444 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 2447 of file TeamTalk.cs.