Home | History | Annotate | Download | only in base

Lines Matching refs:ssrc

862         std::string ssrc = source_elem->Attr(QN_GINGLE_NOTIFY_SOURCE_SSRC);
863 if (ssrc != buzz::STR_EMPTY) {
866 sources.audio_ssrc = strtoul(ssrc.c_str(), NULL, 10);
868 sources.video_ssrc = strtoul(ssrc.c_str(), NULL, 10);
914 int result = talk_base::sprintfn(str, ARRAY_SIZE(str), "%u", it->ssrc);