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

/external/chromium_org/third_party/libjingle/source/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 ssrc) {
81 StreamParams stream;
86 bool operator==(const StreamParams& other) const {
96 bool operator!=(const StreamParams &other) const {
191 bool Matches(const StreamParams& stream) const {
204 typedef std::vector<StreamParams> StreamParamsVec;
209 StreamParams* stream_ou
[all...]

Completed in 168 milliseconds