![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
Define video receiver report. More...
#include <owt/base/connectionstats.h>
Public Member Functions | |
VideoReceiverReport (int64_t bytes_rcvd, int32_t packets_rcvd, int32_t packets_lost, int32_t fir_count, int32_t pli_count, int32_t nack_count, int32_t rcvd_frame_height, int32_t rcvd_frame_width, int32_t framerate_rcvd, int32_t framerate_output, int32_t delay, std::string codec_name, int32_t jitter) | |
Public Attributes | |
int64_t | bytes_rcvd |
Video bytes received. | |
int32_t | packets_rcvd |
Video packets received. | |
int32_t | packets_lost |
Video packets lost during receiving. | |
int32_t | fir_count |
Number of FIR sent. | |
int32_t | pli_count |
Number of PLI sent. | |
int32_t | nack_count |
Number of PLI sent. | |
Resolution | frame_resolution_rcvd |
Video frame resolution received. | |
int32_t | framerate_rcvd |
Video framerate received. | |
int32_t | framerate_output |
Video framerate output. | |
int32_t | delay |
Current video delay with unit of millisecond. | |
std::string | codec_name |
Video codec name for receiving. | |
int32_t | jitter |
Packet Jitter measured in milliseconds. | |
Define video receiver report.