Home
last modified time | relevance | path

Searched defs:RTCConfiguration (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/api/
Dpeer_connection_interface.h290 struct RTC_EXPORT RTCConfiguration { struct
305 bool dscp() const { return media_config.enable_dscp; } in dscp()
306 void set_dscp(bool enable) { media_config.enable_dscp = enable; } in set_dscp()
308 bool cpu_adaptation() const { in cpu_adaptation()
311 void set_cpu_adaptation(bool enable) { in set_cpu_adaptation()
315 bool suspend_below_min_bitrate() const { in suspend_below_min_bitrate()
318 void set_suspend_below_min_bitrate(bool enable) { in set_suspend_below_min_bitrate()
322 bool prerenderer_smoothing() const { in prerenderer_smoothing()
325 void set_prerenderer_smoothing(bool enable) { in set_prerenderer_smoothing()
329 bool experiment_cpu_load_estimator() const { in experiment_cpu_load_estimator()
[all …]
Dpeer_connection_interface.cc27 PeerConnectionInterface::RTCConfiguration::RTCConfiguration( in RTCConfiguration() function in webrtc::PeerConnectionInterface::RTCConfiguration
/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm23 @implementation RTC_OBJC_TYPE (RTCConfiguration) category
66 (const webrtc::PeerConnectionInterface::RTCConfiguration &)config {
174 createNativeConfiguration {
DRTCConfiguration+Private.h17 @interface RTC_OBJC_TYPE (RTCConfiguration) variable
DRTCPeerConnectionFactory.mm251 (nullable id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate {
262 delegate:(id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate {
DRTCPeerConnection.mm313 delegate:(id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate {
329 delegate:(id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate {
395 - (BOOL)setConfiguration:(RTC_OBJC_TYPE(RTCConfiguration) *)configuration {
/external/webrtc/pc/
Dpeer_connection_rampup_tests.cc80 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_data_channel_unittest.cc53 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_histogram_unittest.cc51 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_bundle_unittest.cc38 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_crypto_unittest.cc32 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_signaling_unittest.cc38 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_ice_unittest.cc41 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_rtp_unittest.cc65 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_media_unittest.cc40 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_jsep_unittest.cc38 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_interface_unittest.cc465 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
Dpeer_connection_integrationtest.cc88 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java451 public static class RTCConfiguration { class in PeerConnection
556 public RTCConfiguration(List<IceServer> iceServers) { in RTCConfiguration() method in PeerConnection.RTCConfiguration