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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsep.h86 // This class is used in SessionDescriptionInterface to represent all known
100 class SessionDescriptionInterface { class in namespace:webrtc
107 virtual ~SessionDescriptionInterface() {}
129 // Creates a SessionDescriptionInterface based on SDP string and the type.
132 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
136 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
145 virtual void OnSuccess(SessionDescriptionInterface* desc) = 0;

Completed in 84 milliseconds