HomeSort by relevance Sort by last modified time
    Searched refs:newMLine (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSDPUtils.m 80 NSString *newMLine =
83 withObject:newMLine];
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PeerConnectionClient.java 844 StringBuilder newMLine = new StringBuilder();
847 newMLine.append(origMLineParts[origPartIndex++]).append(" ");
848 newMLine.append(origMLineParts[origPartIndex++]).append(" ");
849 newMLine.append(origMLineParts[origPartIndex++]).append(" ");
850 newMLine.append(codecRtpMap);
853 newMLine.append(" ").append(origMLineParts[origPartIndex]);
856 lines[mLineIndex] = newMLine.toString();
    [all...]

Completed in 260 milliseconds