![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
Define audio receiver report. More...
#include <owt/base/connectionstats.h>
Public Member Functions | |
AudioReceiverReport (int64_t bytes_rcvd, int32_t packets_rcvd, int32_t packets_lost, int32_t estimated_delay, std::string codec_name) | |
Public Attributes | |
int64_t | bytes_rcvd |
Audio bytes received. | |
int32_t | packets_rcvd |
Audio packets received. | |
int32_t | packets_lost |
Audio packets lost during receiving. | |
int32_t | estimated_delay |
Audio delay estimated with unit of millisecond. | |
std::string | codec_name |
Audio codec name for receiving. | |
Define audio receiver report.