Home
last modified time | relevance | path

Searched defs:StreamSelector (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/media/base/
Dstream_params.h228 struct StreamSelector { struct
229 explicit StreamSelector(uint32_t ssrc) : ssrc(ssrc) {} in StreamSelector() function
231 StreamSelector(const std::string& groupid, const std::string& streamid) in StreamSelector() function
234 explicit StreamSelector(const std::string& streamid) in StreamSelector() argument
237 bool Matches(const StreamParams& stream) const { in Matches()
245 uint32_t ssrc;
246 std::string groupid;
247 std::string streamid;