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

#include <clientlib.h>

Inherits client::RTCStats.

Inherited by client::MSAudioRecvPayload, client::MSAudioSendPayload, and client::MSVideoPayload.

Public Member Functions

Stringget_payloadDescription ()
 
void set_payloadDescription (const String &)
 
- Public Member Functions inherited from client::RTCStats
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_payloadDescription()

String* client::MSPayloadBase::get_payloadDescription ( )

◆ set_payloadDescription()

void client::MSPayloadBase::set_payloadDescription ( const String )