Searched defs:StreamParams (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/media/base/
H A Dstreamparams.h31 // described by one StreamParams object
39 // StreamParams would then contain ssrc = {10,11,20,21,30,31} and
79 struct StreamParams { struct in namespace:cricket
80 static StreamParams CreateLegacy(uint32_t ssrc) {
81 StreamParams stream;
86 bool operator==(const StreamParams& other) const {
96 bool operator!=(const StreamParams &other) const {
189 bool Matches(const StreamParams& stream) const {
202 typedef std::vector<StreamParams> StreamParamsVec;
219 std::vector<StreamParams>* mutable_audi
[all...]

Completed in 137 milliseconds