Searched refs:streamInfos (Results 1 – 1 of 1) sorted by relevance
1120 List<AString> streamInfos; in parsePlayResponse() local1121 SplitString(rtpInfo, ",", &streamInfos); in parsePlayResponse()1124 for (List<AString>::iterator it = streamInfos.begin(); in parsePlayResponse()1125 it != streamInfos.end(); ++it) { in parsePlayResponse()