Searched defs:RTCConfiguration (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java143 /** Java version of PeerConnectionInterface.RTCConfiguration */
144 public static class RTCConfiguration { class in class:PeerConnection
157 public RTCConfiguration(List<IceServer> iceServers) { method in class:PeerConnection.RTCConfiguration
206 public native boolean setConfiguration(RTCConfiguration config);
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface.h242 struct RTCConfiguration { struct in class:webrtc::PeerConnectionInterface
262 RTCConfiguration() function in struct:webrtc::PeerConnectionInterface::RTCConfiguration
409 const PeerConnectionInterface::RTCConfiguration& config) {
529 const PeerConnectionInterface::RTCConfiguration& configuration,

Completed in 87 milliseconds