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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 45 /** Tracks PeerConnectionInterface::IceGatheringState */
46 public enum IceGatheringState { NEW, GATHERING, COMPLETE };
68 /** Triggered when the IceGatheringState changes. */
69 public void onIceGatheringChange(IceGatheringState newState);
175 public native IceGatheringState iceGatheringState();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 157 enum IceGatheringState {
279 virtual IceGatheringState ice_gathering_state() = 0;
325 // Called any time the IceGatheringState changes
327 PeerConnectionInterface::IceGatheringState new_state) {}

Completed in 746 milliseconds