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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h32 // SsrcGroup is used to describe the relationship between the SSRCs that
59 struct SsrcGroup { struct in namespace:cricket
60 SsrcGroup(const std::string& usage, const std::vector<uint32>& ssrcs) function in struct:cricket::SsrcGroup
64 bool operator==(const SsrcGroup& other) const {
67 bool operator!=(const SsrcGroup &other) const {
122 const SsrcGroup* get_ssrc_group(const std::string& semantics) const {
123 for (std::vector<SsrcGroup>::const_iterator it = ssrc_groups.begin();
163 std::vector<SsrcGroup> ssrc_groups; // e.g. FID, FEC, SIM

Completed in 76 milliseconds