Remove unused enum FrameCombiner::LimiterType
Bug: webrtc:7494 Change-Id: Ied1c9c37ccf1c57802df9d1d62f8de7790d2ee94 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291326 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39190}
This commit is contained in:
parent
f2a083f262
commit
10f1bf3923
@ -23,7 +23,6 @@ class ApmDataDumper;
|
|||||||
|
|
||||||
class FrameCombiner {
|
class FrameCombiner {
|
||||||
public:
|
public:
|
||||||
enum class LimiterType { kNoLimiter, kApmAgcLimiter, kApmAgc2Limiter };
|
|
||||||
explicit FrameCombiner(bool use_limiter);
|
explicit FrameCombiner(bool use_limiter);
|
||||||
~FrameCombiner();
|
~FrameCombiner();
|
||||||
|
|
||||||
|
|||||||
@ -38,8 +38,6 @@ using ::testing::ElementsAreArray;
|
|||||||
using ::testing::IsEmpty;
|
using ::testing::IsEmpty;
|
||||||
using ::testing::UnorderedElementsAreArray;
|
using ::testing::UnorderedElementsAreArray;
|
||||||
|
|
||||||
using LimiterType = FrameCombiner::LimiterType;
|
|
||||||
|
|
||||||
struct FrameCombinerConfig {
|
struct FrameCombinerConfig {
|
||||||
bool use_limiter;
|
bool use_limiter;
|
||||||
int sample_rate_hz;
|
int sample_rate_hz;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user