#ifndef CAST_STREAMING_PUBLIC_STATISTICS_H_
#define CAST_STREAMING_PUBLIC_STATISTICS_H_
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <utility>
#include <vector>
#include "cast/streaming/public/frame_id.h"
#include "cast/streaming/rtp_time.h"
#include "json/value.h"
#include "platform/api/time.h"
namespace openscreen::cast {
enum class StatisticType { … };
enum class HistogramType { … };
struct SimpleHistogram { … };
struct SenderStats { … };
class SenderStatsClient { … };
}
#endif