API documentation  2.0rc1
Public Member Functions | List of all members
client::RTCStats Class Reference

#include <clientlib.h>

Inherits client::Object.

Inherited by client::MSDescription, client::MSLocalClientEventBase, client::MSNetwork, client::MSPayloadBase, client::MSTransportDiagnosticsStats, client::RTCIceCandidateAttributes, client::RTCIceCandidatePairStats, client::RTCMediaStreamTrackStats, client::RTCRTPStreamStats, and client::RTCTransportStats.

Public Member Functions

Stringget_id ()
 
void set_id (const String &)
 
Stringget_msType ()
 
void set_msType (const String &)
 
double get_timestamp ()
 
void set_timestamp (double)
 
Stringget_type ()
 
void set_type (const String &)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_id()

String* client::RTCStats::get_id ( )

◆ get_msType()

String* client::RTCStats::get_msType ( )

◆ get_timestamp()

double client::RTCStats::get_timestamp ( )

◆ get_type()

String* client::RTCStats::get_type ( )

◆ set_id()

void client::RTCStats::set_id ( const String )

◆ set_msType()

void client::RTCStats::set_msType ( const String )

◆ set_timestamp()

void client::RTCStats::set_timestamp ( double  )

◆ set_type()

void client::RTCStats::set_type ( const String )