![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| double | get_clockRate () |
| void | set_clockRate (double) |
| String * | get_kind () |
| void | set_kind (const String &) |
| double | get_maxSpatialLayers () |
| void | set_maxSpatialLayers (double) |
| double | get_maxTemporalLayers () |
| void | set_maxTemporalLayers (double) |
| double | get_maxptime () |
| void | set_maxptime (double) |
| String * | get_name () |
| void | set_name (const String &) |
| double | get_numChannels () |
| void | set_numChannels (double) |
| Object * | get_options () |
| void | set_options (Object *) |
| Object * | get_parameters () |
| void | set_parameters (Object *) |
| double | get_preferredPayloadType () |
| void | set_preferredPayloadType (double) |
| double | get_ptime () |
| void | set_ptime (double) |
| Array * | get_rtcpFeedback () |
| void | set_rtcpFeedback (Array *) |
| bool | get_svcMultiStreamSupport () |
| void | set_svcMultiStreamSupport (bool) |
Public Member Functions inherited from client::Object | |
| 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) |
| double client::RTCRtpCodecCapability::get_clockRate | ( | ) |
| String* client::RTCRtpCodecCapability::get_kind | ( | ) |
| double client::RTCRtpCodecCapability::get_maxptime | ( | ) |
| double client::RTCRtpCodecCapability::get_maxSpatialLayers | ( | ) |
| double client::RTCRtpCodecCapability::get_maxTemporalLayers | ( | ) |
| String* client::RTCRtpCodecCapability::get_name | ( | ) |
| double client::RTCRtpCodecCapability::get_numChannels | ( | ) |
| Object* client::RTCRtpCodecCapability::get_options | ( | ) |
| Object* client::RTCRtpCodecCapability::get_parameters | ( | ) |
| double client::RTCRtpCodecCapability::get_preferredPayloadType | ( | ) |
| double client::RTCRtpCodecCapability::get_ptime | ( | ) |
| Array* client::RTCRtpCodecCapability::get_rtcpFeedback | ( | ) |
| bool client::RTCRtpCodecCapability::get_svcMultiStreamSupport | ( | ) |
| void client::RTCRtpCodecCapability::set_clockRate | ( | double | ) |
| void client::RTCRtpCodecCapability::set_kind | ( | const String & | ) |
| void client::RTCRtpCodecCapability::set_maxptime | ( | double | ) |
| void client::RTCRtpCodecCapability::set_maxSpatialLayers | ( | double | ) |
| void client::RTCRtpCodecCapability::set_maxTemporalLayers | ( | double | ) |
| void client::RTCRtpCodecCapability::set_name | ( | const String & | ) |
| void client::RTCRtpCodecCapability::set_numChannels | ( | double | ) |
| void client::RTCRtpCodecCapability::set_options | ( | Object * | ) |
| void client::RTCRtpCodecCapability::set_parameters | ( | Object * | ) |
| void client::RTCRtpCodecCapability::set_preferredPayloadType | ( | double | ) |
| void client::RTCRtpCodecCapability::set_ptime | ( | double | ) |
| void client::RTCRtpCodecCapability::set_rtcpFeedback | ( | Array * | ) |
| void client::RTCRtpCodecCapability::set_svcMultiStreamSupport | ( | bool | ) |
1.8.13