TeamTalk 5 C-API DLL
Version 5.11A
|
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... | |
Packet reception and data statistics for a user.
Definition at line 2326 of file TeamTalk.h.
INT64 UserStatistics::nVoicePacketsRecv |
Number of voice packets received from user.
Definition at line 2329 of file TeamTalk.h.
INT64 UserStatistics::nVoicePacketsLost |
Number of voice packets lost from user.
Definition at line 2331 of file TeamTalk.h.
INT64 UserStatistics::nVideoCapturePacketsRecv |
Number of video packets received from user. A video frame can consist of several video packets.
Definition at line 2334 of file TeamTalk.h.
INT64 UserStatistics::nVideoCaptureFramesRecv |
Number of video frames received from user.
Definition at line 2336 of file TeamTalk.h.
INT64 UserStatistics::nVideoCaptureFramesLost |
Video frames which couldn't be shown because packets were lost.
Definition at line 2339 of file TeamTalk.h.
INT64 UserStatistics::nVideoCaptureFramesDropped |
Number of video frames dropped because user application
didn't retrieve video frames in time.
Definition at line 2342 of file TeamTalk.h.
INT64 UserStatistics::nMediaFileAudioPacketsRecv |
Number of media file audio packets received from user.
Definition at line 2344 of file TeamTalk.h.
INT64 UserStatistics::nMediaFileAudioPacketsLost |
Number of media file audio packets lost from user.
Definition at line 2346 of file TeamTalk.h.
INT64 UserStatistics::nMediaFileVideoPacketsRecv |
Number of media file video packets received from user. A video frame can consist of several video packets.
Definition at line 2349 of file TeamTalk.h.
INT64 UserStatistics::nMediaFileVideoFramesRecv |
Number of media file video frames received from user.
Definition at line 2351 of file TeamTalk.h.
INT64 UserStatistics::nMediaFileVideoFramesLost |
Media file video frames which couldn't be shown because packets were lost.
Definition at line 2354 of file TeamTalk.h.
INT64 UserStatistics::nMediaFileVideoFramesDropped |
Number of media file video frames dropped because user application didn't retrieve video frames in time.
Definition at line 2357 of file TeamTalk.h.