// Copyright 2023 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_CAST_SENDER_VIDEO_BITRATE_SUGGESTER_H_ #define MEDIA_CAST_SENDER_VIDEO_BITRATE_SUGGESTER_H_ #include "media/cast/cast_config.h" #include "media/cast/sender/frame_sender.h" namespace media::cast { class VideoBitrateSuggester { … }; } // namespace media::cast #endif // MEDIA_CAST_SENDER_VIDEO_BITRATE_SUGGESTER_H_