Searched refs:RemotePeerAudioConfig (Results 1 – 3 of 3) sorted by relevance
33 struct RemotePeerAudioConfig { struct34 explicit RemotePeerAudioConfig( in RemotePeerAudioConfig() argument39 static absl::optional<RemotePeerAudioConfig> Create(72 absl::optional<RemotePeerAudioConfig> remote_audio_config,
97 const absl::optional<RemotePeerAudioConfig>& config) { in CreateAudioRenderer()134 absl::optional<RemotePeerAudioConfig> remote_audio_config, in CreateAudioDeviceModule()280 absl::optional<RemotePeerAudioConfig> RemotePeerAudioConfig::Create( in Create()285 return RemotePeerAudioConfig(config.value()); in Create()291 absl::optional<RemotePeerAudioConfig> remote_audio_config, in CreateTestPeer()
211 absl::optional<RemotePeerAudioConfig> alice_remote_audio_config = in Run()212 RemotePeerAudioConfig::Create(bob_configurer->params()->audio_config); in Run()213 absl::optional<RemotePeerAudioConfig> bob_remote_audio_config = in Run()214 RemotePeerAudioConfig::Create(alice_configurer->params()->audio_config); in Run()