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

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface.h286 bool use_rtp_mux; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
293 use_rtp_mux(true) {}
299 bool use_rtp_mux)
304 use_rtp_mux(use_rtp_mux) {}
295 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 72 milliseconds