TeamTalk 5 C-API DLL Version 5.13A
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 2328 of file TeamTalk.h.

Member Data Documentation

◆ nVoicePacketsRecv

INT64 UserStatistics::nVoicePacketsRecv

Number of voice packets received from user.

Definition at line 2331 of file TeamTalk.h.

◆ nVoicePacketsLost

INT64 UserStatistics::nVoicePacketsLost

Number of voice packets lost from user.

Definition at line 2333 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 2336 of file TeamTalk.h.

◆ nVideoCaptureFramesRecv

INT64 UserStatistics::nVideoCaptureFramesRecv

Number of video frames received from user.

Definition at line 2338 of file TeamTalk.h.

◆ nVideoCaptureFramesLost

INT64 UserStatistics::nVideoCaptureFramesLost

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

Definition at line 2341 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 2344 of file TeamTalk.h.

◆ nMediaFileAudioPacketsRecv

INT64 UserStatistics::nMediaFileAudioPacketsRecv

Number of media file audio packets received from user.

Definition at line 2346 of file TeamTalk.h.

◆ nMediaFileAudioPacketsLost

INT64 UserStatistics::nMediaFileAudioPacketsLost

Number of media file audio packets lost from user.

Definition at line 2348 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 2351 of file TeamTalk.h.

◆ nMediaFileVideoFramesRecv

INT64 UserStatistics::nMediaFileVideoFramesRecv

Number of media file video frames received from user.

Definition at line 2353 of file TeamTalk.h.

◆ nMediaFileVideoFramesLost

INT64 UserStatistics::nMediaFileVideoFramesLost

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

Definition at line 2356 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 2359 of file TeamTalk.h.