Packet reception and data statistics for a user. More...
Public Attributes | |
long | nAudioPacketsRecv |
Number of audio packets received from user. | |
long | nAudioPacketsLost |
Number of audio packets lost from user. | |
long | nVideoPacketsRecv |
Number of video packets received from user. A video frame can consist of several video packets. | |
long | nVideoFramesRecv |
Number of video frames received from user. | |
long | nVideoFramesLost |
Video frames which couldn't be shown because packets were lost. | |
long | nVideoFramesDropped |
Number of video frames dropped because user application didn't retrieve video frames in time. |
Packet reception and data statistics for a user.
Number of audio packets received from user.
Number of audio packets lost from user.
Number of video packets received from user. A video frame can consist of several video packets.
Number of video frames received from user.
Video frames which couldn't be shown because packets were lost.
Number of video frames dropped because user application didn't retrieve video frames in time.