Home
last modified time | relevance | path

Searched refs:MediaSources (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h165 struct MediaSources { struct
168 MediaSources() : audio_ssrc(0), video_ssrc(0) {} in MediaSources() argument
171 typedef std::map<std::string, MediaSources> StringToMediaSourcesMap;
Dsessionmessages.cc857 MediaSources sources; in ParseSessionNotify()
874 std::pair<std::string, MediaSources>(nick, sources)); in ParseSessionNotify()