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

/external/webrtc/webrtc/p2p/base/
H A Dsessiondescription.h57 class ContentGroup { class in namespace:cricket
59 explicit ContentGroup(const std::string& semantics) : function in class:cricket::ContentGroup
76 typedef std::vector<ContentGroup> ContentGroups;
155 const ContentGroup* GetGroupByName(const std::string& name) const;
159 void AddGroup(const ContentGroup& group) { content_groups_.push_back(group); }

Completed in 88 milliseconds