Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
owt::base::AudioSenderReport Struct Reference

Define audio sender report. More...

#include <owt/base/connectionstats.h>

Public Member Functions

 AudioSenderReport (int64_t bytes_sent, int32_t packets_sent, int32_t packets_lost, int64_t round_trip_time, std::string codec_name)
 

Public Attributes

int64_t bytes_sent
 Audio bytes sent.
 
int32_t packets_sent
 Audio packets sent.
 
int32_t packets_lost
 Audio packets lost during sending.
 
int64_t round_trip_time
 RTT for audio sending with unit of millisecond.
 
std::string codec_name
 Audio codec name for sending.
 

Detailed Description

Define audio sender report.