Searched defs:JsepSessionDescription (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Djsepsessiondescription.cc41 JsepSessionDescription::kOffer,
42 JsepSessionDescription::kPrAnswer,
43 JsepSessionDescription::kAnswer
61 const int JsepSessionDescription::kDefaultVideoCodecId = 100;
63 const int JsepSessionDescription::kDefaultVideoCodecFramerate = 60;
64 const char JsepSessionDescription::kDefaultVideoCodecName[] = "VP8";
71 const int JsepSessionDescription::kMaxVideoCodecWidth = 1280;
72 const int JsepSessionDescription::kMaxVideoCodecHeight = 1280;
74 const int JsepSessionDescription::kMaxVideoCodecWidth = 1920;
75 const int JsepSessionDescription
94 JsepSessionDescription::JsepSessionDescription(const std::string& type) function in class:webrtc::JsepSessionDescription
[all...]
H A Djsepsessiondescription.h46 class JsepSessionDescription : public SessionDescriptionInterface { class in namespace:webrtc
48 explicit JsepSessionDescription(const std::string& type);
49 virtual ~JsepSessionDescription();
101 RTC_DISALLOW_COPY_AND_ASSIGN(JsepSessionDescription);

Completed in 109 milliseconds