Home | History | Annotate | Download | only in webrtc

Lines Matching refs:JsepSessionDescription

27 #include "talk/app/webrtc/jsepsessiondescription.h"
39 JsepSessionDescription::kOffer,
40 JsepSessionDescription::kPrAnswer,
41 JsepSessionDescription::kAnswer
59 const int JsepSessionDescription::kDefaultVideoCodecId = 100;
60 const int JsepSessionDescription::kDefaultVideoCodecFramerate = 30;
61 const char JsepSessionDescription::kDefaultVideoCodecName[] = "VP8";
62 const int JsepSessionDescription::kMaxVideoCodecWidth = 1280;
63 const int JsepSessionDescription::kMaxVideoCodecHeight = 720;
64 const int JsepSessionDescription::kDefaultVideoCodecPreference = 1;
78 JsepSessionDescription* jsep_desc = new JsepSessionDescription(type);
86 JsepSessionDescription::JsepSessionDescription(const std::string& type)
90 JsepSessionDescription::~JsepSessionDescription() {}
92 bool JsepSessionDescription::Initialize(
106 bool JsepSessionDescription::Initialize(const std::string& sdp,
111 bool JsepSessionDescription::AddCandidate(
149 size_t JsepSessionDescription::number_of_mediasections() const {
155 const IceCandidateCollection* JsepSessionDescription::candidates(
162 bool JsepSessionDescription::ToString(std::string* out) const {
169 bool JsepSessionDescription::GetMediasectionIndex(