#include <clientlib.h>
Inherits client::RTCStats.
Inherited by client::RTCInboundRTPStreamStats, and client::RTCOutboundRTPStreamStats.
◆ get_associateStatsId()
String* client::RTCRTPStreamStats::get_associateStatsId |
( |
| ) |
|
◆ get_codecId()
String* client::RTCRTPStreamStats::get_codecId |
( |
| ) |
|
◆ get_firCount()
double client::RTCRTPStreamStats::get_firCount |
( |
| ) |
|
◆ get_isRemote()
bool client::RTCRTPStreamStats::get_isRemote |
( |
| ) |
|
◆ get_mediaTrackId()
String* client::RTCRTPStreamStats::get_mediaTrackId |
( |
| ) |
|
◆ get_mediaType()
String* client::RTCRTPStreamStats::get_mediaType |
( |
| ) |
|
◆ get_nackCount()
double client::RTCRTPStreamStats::get_nackCount |
( |
| ) |
|
◆ get_pliCount()
double client::RTCRTPStreamStats::get_pliCount |
( |
| ) |
|
◆ get_sliCount()
double client::RTCRTPStreamStats::get_sliCount |
( |
| ) |
|
◆ get_ssrc()
String* client::RTCRTPStreamStats::get_ssrc |
( |
| ) |
|
◆ get_transportId()
String* client::RTCRTPStreamStats::get_transportId |
( |
| ) |
|
◆ set_associateStatsId()
void client::RTCRTPStreamStats::set_associateStatsId |
( |
const String & |
| ) |
|
◆ set_codecId()
void client::RTCRTPStreamStats::set_codecId |
( |
const String & |
| ) |
|
◆ set_firCount()
void client::RTCRTPStreamStats::set_firCount |
( |
double |
| ) |
|
◆ set_isRemote()
void client::RTCRTPStreamStats::set_isRemote |
( |
bool |
| ) |
|
◆ set_mediaTrackId()
void client::RTCRTPStreamStats::set_mediaTrackId |
( |
const String & |
| ) |
|
◆ set_mediaType()
void client::RTCRTPStreamStats::set_mediaType |
( |
const String & |
| ) |
|
◆ set_nackCount()
void client::RTCRTPStreamStats::set_nackCount |
( |
double |
| ) |
|
◆ set_pliCount()
void client::RTCRTPStreamStats::set_pliCount |
( |
double |
| ) |
|
◆ set_sliCount()
void client::RTCRTPStreamStats::set_sliCount |
( |
double |
| ) |
|
◆ set_ssrc()
void client::RTCRTPStreamStats::set_ssrc |
( |
const String & |
| ) |
|
◆ set_transportId()
void client::RTCRTPStreamStats::set_transportId |
( |
const String & |
| ) |
|