#ifndef MEDIA_CAST_ENCODING_SIZE_ADAPTABLE_VIDEO_ENCODER_BASE_H_
#define MEDIA_CAST_ENCODING_SIZE_ADAPTABLE_VIDEO_ENCODER_BASE_H_
#include <stdint.h>
#include <memory>
#include "base/memory/scoped_refptr.h"
#include "base/memory/weak_ptr.h"
#include "media/cast/cast_config.h"
#include "media/cast/cast_environment.h"
#include "media/cast/constants.h"
#include "media/cast/encoding/video_encoder.h"
#include "ui/gfx/geometry/size.h"
namespace media {
class VideoEncoderMetricsProvider;
namespace cast {
struct SenderEncodedFrame;
class SizeAdaptableVideoEncoderBase : public VideoEncoder { … };
}
}
#endif