Searched defs:StreamSelector (Results 1 – 1 of 1) sorted by relevance
228 struct StreamSelector { struct229 explicit StreamSelector(uint32_t ssrc) : ssrc(ssrc) {} in StreamSelector() argument231 StreamSelector(const std::string& groupid, const std::string& streamid) in StreamSelector() argument234 explicit StreamSelector(const std::string& streamid) in StreamSelector() argument237 bool Matches(const StreamParams& stream) const { in Matches()245 uint32_t ssrc;246 std::string groupid;247 std::string streamid;