// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_WEBRTC_HELPERS_H_ #define MEDIA_WEBRTC_HELPERS_H_ #include <optional> #include "base/component_export.h" #include "base/files/file.h" #include "build/build_config.h" #include "media/base/audio_bus.h" #include "media/base/audio_parameters.h" #include "media/base/audio_processing.h" #include "third_party/webrtc/api/task_queue/task_queue_base.h" #include "third_party/webrtc/modules/audio_processing/include/audio_processing.h" media // namespace media #endif // MEDIA_WEBRTC_HELPERS_H_