Searched defs:StreamSelector (Results 1 – 1 of 1) sorted by relevance
222 struct StreamSelector { struct223 explicit StreamSelector(uint32_t ssrc) : ssrc(ssrc) {} in StreamSelector() argument225 explicit StreamSelector(const std::string& streamid) in StreamSelector() function228 bool Matches(const StreamParams& stream) const { in Matches()236 uint32_t ssrc;237 std::string streamid;