Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/media/base/
H A Dstream_params.h222 struct StreamSelector { struct
223 explicit StreamSelector(uint32_t ssrc) : ssrc(ssrc) {} in StreamSelector() argument
225 explicit StreamSelector(const std::string& streamid) in StreamSelector() function
228 bool Matches(const StreamParams& stream) const { in Matches()
236 uint32_t ssrc;
237 std::string streamid;