Searched defs:CallConfig (Results 1 – 5 of 5) sorted by relevance
31 struct CallConfig { struct43 BitrateConstraints bitrate_config;46 rtc::scoped_refptr<AudioState> audio_state;49 AudioProcessing* audio_processing = nullptr;53 RtcEventLog* const event_log = nullptr;56 FecControllerFactoryInterface* fec_controller_factory = nullptr;59 TaskQueueFactory* task_queue_factory = nullptr;62 NetworkStatePredictorFactoryInterface* network_state_predictor_factory =66 NetworkControllerFactoryInterface* network_controller_factory = nullptr;69 NetEqFactory* neteq_factory = nullptr;[all …]
17 CallConfig::CallConfig(RtcEventLog* event_log, in CallConfig() function in webrtc::CallConfig
37 struct CallConfig { struct38 bool send_side_bwe = false;39 bool generic_descriptor = false;40 BitrateConstraints call_bitrate_config;41 int num_thumbnails = 0;43 bool dual_video = false;
42 struct CallConfig { struct49 // Returns the CallConfig to apply to a call based on the incoming \a metadata argument