#ifndef REMOTING_PROTOCOL_FRAME_STATS_H_
#define REMOTING_PROTOCOL_FRAME_STATS_H_
#include "base/time/time.h"
#include "remoting/proto/video_stats.pb.h"
#include "third_party/webrtc/api/video/video_codec_type.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h"
namespace remoting {
class VideoPacket;
class FrameStatsMessage;
namespace protocol {
struct HostFrameStats { … };
struct ClientFrameStats { … };
struct FrameStats { … };
class FrameStatsConsumer { … };
}
}
#endif