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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface.h217 bool use_rtp_mux; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
224 use_rtp_mux(true) {}
230 bool use_rtp_mux)
235 use_rtp_mux(use_rtp_mux) {}
226 RTCOfferAnswerOptions(int offer_to_receive_video, int offer_to_receive_audio, bool voice_activity_detection, bool ice_restart, bool use_rtp_mux) argument

Completed in 150 milliseconds