Searched defs:StreamSelector (Results 1 – 1 of 1) sorted by relevance
179 struct StreamSelector { struct180 explicit StreamSelector(uint32_t ssrc) : ssrc(ssrc) {} in StreamSelector() argument182 StreamSelector(const std::string& groupid, in StreamSelector() argument189 bool Matches(const StreamParams& stream) const { in Matches()197 uint32_t ssrc;198 std::string groupid;199 std::string streamid;