/* * Copyright (c) 2024 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ #ifndef VIDEO_QUALITY_CONVERGENCE_CONTROLLER_H_ #define VIDEO_QUALITY_CONVERGENCE_CONTROLLER_H_ #include <memory> #include <vector> #include "absl/types/optional.h" #include "api/field_trials_view.h" #include "api/sequence_checker.h" #include "api/video/video_codec_type.h" #include "video/quality_convergence_monitor.h" namespace webrtc { class QualityConvergenceController { … }; } // namespace webrtc #endif // VIDEO_QUALITY_CONVERGENCE_CONTROLLER_H_