OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JsepIceCandidate
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
jsepicecandidate.cc
28
#include "talk/app/webrtc/
jsepicecandidate
.h"
41
JsepIceCandidate
* jsep_ice = new
JsepIceCandidate
(sdp_mid, sdp_mline_index);
49
JsepIceCandidate
::
JsepIceCandidate
(const std::string& sdp_mid,
55
JsepIceCandidate
::
JsepIceCandidate
(const std::string& sdp_mid,
63
JsepIceCandidate
::~
JsepIceCandidate
() {
66
bool
JsepIceCandidate
::Initialize(const std::string& sdp, SdpParseError* err)
[
all
...]
jsepicecandidate.h
41
class
JsepIceCandidate
: public IceCandidateInterface {
43
JsepIceCandidate
(const std::string& sdp_mid, int sdp_mline_index);
44
JsepIceCandidate
(const std::string& sdp_mid, int sdp_mline_index,
46
~
JsepIceCandidate
();
66
RTC_DISALLOW_COPY_AND_ASSIGN(
JsepIceCandidate
);
78
// Adds and takes ownership of the
JsepIceCandidate
.
79
virtual void add(
JsepIceCandidate
* candidate) {
87
std::vector<
JsepIceCandidate
*> candidates_;
Completed in 2506 milliseconds