Home | History | Annotate | Download | only in base

Lines Matching defs:semantics

62       : semantics(usage), ssrcs(ssrcs) {}
65 return (semantics == other.semantics && ssrcs == other.ssrcs);
71 bool has_semantics(const std::string& semantics) const;
75 std::string semantics; // e.g FIX, FEC, SIM.
117 bool has_ssrc_group(const std::string& semantics) const {
118 return (get_ssrc_group(semantics) != NULL);
120 const SsrcGroup* get_ssrc_group(const std::string& semantics) const {
123 if (it->has_semantics(semantics)) {
170 bool AddSecondarySsrc(const std::string& semantics,
173 bool GetSecondarySsrc(const std::string& semantics,