![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
Array * | get_codecs () |
void | set_codecs (Array *) |
String * | get_degradationPreference () |
void | set_degradationPreference (const String &) |
Array * | get_encodings () |
void | set_encodings (Array *) |
Array * | get_headerExtensions () |
void | set_headerExtensions (Array *) |
String * | get_muxId () |
void | set_muxId (const String &) |
RTCRtcpParameters * | get_rtcp () |
void | set_rtcp (RTCRtcpParameters *) |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (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) |
Array* client::RTCRtpParameters::get_codecs | ( | ) |
String* client::RTCRtpParameters::get_degradationPreference | ( | ) |
Array* client::RTCRtpParameters::get_encodings | ( | ) |
Array* client::RTCRtpParameters::get_headerExtensions | ( | ) |
String* client::RTCRtpParameters::get_muxId | ( | ) |
RTCRtcpParameters* client::RTCRtpParameters::get_rtcp | ( | ) |
void client::RTCRtpParameters::set_codecs | ( | Array * | ) |
void client::RTCRtpParameters::set_degradationPreference | ( | const String & | ) |
void client::RTCRtpParameters::set_encodings | ( | Array * | ) |
void client::RTCRtpParameters::set_headerExtensions | ( | Array * | ) |
void client::RTCRtpParameters::set_muxId | ( | const String & | ) |
void client::RTCRtpParameters::set_rtcp | ( | RTCRtcpParameters * | ) |