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
70 struct StreamParams { struct in namespace:cricket
71 static StreamParams CreateLegacy(uint32 ssrc) {
72 StreamParams stream;
77 bool operator==(const StreamParams& other) const {
87 bool operator!=(const StreamParams &other) const {
172 bool Matches(const StreamParams& stream) const {
185 typedef std::vector<StreamParams> StreamParamsVec;
190 StreamParams* stream_out);
192 StreamParams* stream_ou
[all...]

Completed in 78 milliseconds