#include <clientlib.h>
Inherits client::RTCStats.
◆ get_activeConnection()
bool client::RTCTransportStats::get_activeConnection |
( |
| ) |
|
◆ get_bytesReceived()
double client::RTCTransportStats::get_bytesReceived |
( |
| ) |
|
◆ get_bytesSent()
double client::RTCTransportStats::get_bytesSent |
( |
| ) |
|
◆ get_localCertificateId()
String* client::RTCTransportStats::get_localCertificateId |
( |
| ) |
|
◆ get_remoteCertificateId()
String* client::RTCTransportStats::get_remoteCertificateId |
( |
| ) |
|
◆ get_rtcpTransportStatsId()
String* client::RTCTransportStats::get_rtcpTransportStatsId |
( |
| ) |
|
◆ get_selectedCandidatePairId()
String* client::RTCTransportStats::get_selectedCandidatePairId |
( |
| ) |
|
◆ set_activeConnection()
void client::RTCTransportStats::set_activeConnection |
( |
bool |
| ) |
|
◆ set_bytesReceived()
void client::RTCTransportStats::set_bytesReceived |
( |
double |
| ) |
|
◆ set_bytesSent()
void client::RTCTransportStats::set_bytesSent |
( |
double |
| ) |
|
◆ set_localCertificateId()
void client::RTCTransportStats::set_localCertificateId |
( |
const String & |
| ) |
|
◆ set_remoteCertificateId()
void client::RTCTransportStats::set_remoteCertificateId |
( |
const String & |
| ) |
|
◆ set_rtcpTransportStatsId()
void client::RTCTransportStats::set_rtcpTransportStatsId |
( |
const String & |
| ) |
|
◆ set_selectedCandidatePairId()
void client::RTCTransportStats::set_selectedCandidatePairId |
( |
const String & |
| ) |
|