chromium/third_party/openscreen/src/cast/streaming/impl/statistics_analyzer.h

// 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 CAST_STREAMING_IMPL_STATISTICS_ANALYZER_H_
#define CAST_STREAMING_IMPL_STATISTICS_ANALYZER_H_

#include <map>
#include <memory>
#include <optional>
#include <utility>
#include <vector>

#include "cast/streaming/impl/clock_offset_estimator.h"
#include "cast/streaming/public/statistics.h"
#include "cast/streaming/impl/statistics_collector.h"
#include "platform/api/time.h"
#include "util/alarm.h"

namespace openscreen::cast {

class StatisticsAnalyzer {};

}  // namespace openscreen::cast

#endif  // CAST_STREAMING_IMPL_STATISTICS_ANALYZER_H_