chromium/remoting/codec/encoder_bitrate_filter.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_CODEC_ENCODER_BITRATE_FILTER_H_
#define REMOTING_CODEC_ENCODER_BITRATE_FILTER_H_

#include "remoting/base/weighted_samples.h"

namespace remoting {

// Receives bandwidth estimations, frame size, etc and decide the best bitrate
// for encoder.
class EncoderBitrateFilter final {};

}  // namespace remoting

#endif  // REMOTING_CODEC_ENCODER_BITRATE_FILTER_H_