TeamTalk 5 C-API DLL  Version 5.8B
UserStatistics Struct Reference

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

#include <TeamTalk.h>

Public Attributes

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

Definition at line 2253 of file TeamTalk.h.

Member Data Documentation

◆ nVoicePacketsRecv

INT64 UserStatistics::nVoicePacketsRecv

Number of voice packets received from user.

Definition at line 2256 of file TeamTalk.h.

◆ nVoicePacketsLost

INT64 UserStatistics::nVoicePacketsLost

Number of voice packets lost from user.

Definition at line 2258 of file TeamTalk.h.

◆ nVideoCapturePacketsRecv

INT64 UserStatistics::nVideoCapturePacketsRecv

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

Definition at line 2261 of file TeamTalk.h.

◆ nVideoCaptureFramesRecv

INT64 UserStatistics::nVideoCaptureFramesRecv

Number of video frames received from user.

Definition at line 2263 of file TeamTalk.h.

◆ nVideoCaptureFramesLost

INT64 UserStatistics::nVideoCaptureFramesLost

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

Definition at line 2266 of file TeamTalk.h.

◆ nVideoCaptureFramesDropped

INT64 UserStatistics::nVideoCaptureFramesDropped

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

Definition at line 2269 of file TeamTalk.h.

◆ nMediaFileAudioPacketsRecv

INT64 UserStatistics::nMediaFileAudioPacketsRecv

Number of media file audio packets received from user.

Definition at line 2271 of file TeamTalk.h.

◆ nMediaFileAudioPacketsLost

INT64 UserStatistics::nMediaFileAudioPacketsLost

Number of media file audio packets lost from user.

Definition at line 2273 of file TeamTalk.h.

◆ nMediaFileVideoPacketsRecv

INT64 UserStatistics::nMediaFileVideoPacketsRecv

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

Definition at line 2276 of file TeamTalk.h.

◆ nMediaFileVideoFramesRecv

INT64 UserStatistics::nMediaFileVideoFramesRecv

Number of media file video frames received from user.

Definition at line 2278 of file TeamTalk.h.

◆ nMediaFileVideoFramesLost

INT64 UserStatistics::nMediaFileVideoFramesLost

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

Definition at line 2281 of file TeamTalk.h.

◆ nMediaFileVideoFramesDropped

INT64 UserStatistics::nMediaFileVideoFramesDropped

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

Definition at line 2284 of file TeamTalk.h.