Home | Sort by relevance Sort by last modified time |
/external/webrtc/talk/app/webrtc/ | |
peerconnectioninterface.h | 286 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) {} |
webrtcsession_unittest.cc | [all...] |
peerconnection.cc | 469 session_options->bundle_enabled = rtc_options.use_rtp_mux; [all...] |
peerconnectioninterface_unittest.cc | [all...] |