HomeSort by relevance Sort by last modified time
    Searched defs:JsepSessionDescription (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.cc 28 #include "talk/app/webrtc/jsepsessiondescription.h"
41 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
    [all...]
jsepsessiondescription.h 46 class JsepSessionDescription : public SessionDescriptionInterface {
48 explicit JsepSessionDescription(const std::string& type);
49 virtual ~JsepSessionDescription();
101 RTC_DISALLOW_COPY_AND_ASSIGN(JsepSessionDescription);

Completed in 1287 milliseconds