mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 06:10:40 +01:00
Removes unused AudioAllocationSettings from voice engine.
Bug: webrtc:9883 Change-Id: Ie322a1cae1f9682f64a05767f3933cba13b70ae0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148281 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28787}
This commit is contained in:
parent
d23f67e6be
commit
d2845f8246
3 changed files with 0 additions and 5 deletions
|
@ -291,7 +291,6 @@ rtc_static_library("rtc_audio_video") {
|
|||
"../rtc_base:checks",
|
||||
"../rtc_base:rtc_task_queue",
|
||||
"../rtc_base:stringutils",
|
||||
"../rtc_base/experiments:audio_allocation_settings",
|
||||
"../rtc_base/experiments:experimental_screenshare_settings",
|
||||
"../rtc_base/experiments:field_trial_parser",
|
||||
"../rtc_base/experiments:normalize_simulcast_size_experiment",
|
||||
|
|
|
@ -1024,7 +1024,6 @@ class WebRtcVoiceMediaChannel::WebRtcAudioSendStream
|
|||
|
||||
rtc::ThreadChecker worker_thread_checker_;
|
||||
rtc::RaceChecker audio_capture_race_checker_;
|
||||
const webrtc::AudioAllocationSettings allocation_settings_;
|
||||
webrtc::Call* call_ = nullptr;
|
||||
webrtc::AudioSendStream::Config config_;
|
||||
// The stream is owned by WebRtcAudioSendStream and may be reallocated if
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "media/engine/apm_helpers.h"
|
||||
#include "rtc_base/buffer.h"
|
||||
#include "rtc_base/constructor_magic.h"
|
||||
#include "rtc_base/experiments/audio_allocation_settings.h"
|
||||
#include "rtc_base/network_route.h"
|
||||
#include "rtc_base/task_queue.h"
|
||||
#include "rtc_base/thread_checker.h"
|
||||
|
@ -104,8 +103,6 @@ class WebRtcVoiceEngine final : public VoiceEngineInterface {
|
|||
rtc::ThreadChecker signal_thread_checker_;
|
||||
rtc::ThreadChecker worker_thread_checker_;
|
||||
|
||||
const webrtc::AudioAllocationSettings allocation_settings_;
|
||||
|
||||
// The audio device module.
|
||||
rtc::scoped_refptr<webrtc::AudioDeviceModule> adm_;
|
||||
rtc::scoped_refptr<webrtc::AudioEncoderFactory> encoder_factory_;
|
||||
|
|
Loading…
Reference in a new issue