chromium/services/audio/output_glitch_counter.h

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

#ifndef SERVICES_AUDIO_OUTPUT_GLITCH_COUNTER_H_
#define SERVICES_AUDIO_OUTPUT_GLITCH_COUNTER_H_

#include <vector>
#include "base/functional/callback.h"
#include "media/base/audio_latency.h"

namespace audio {

// Class for logging audio glitch data at 10 second intervals, for use by
// SyncReader.
class OutputGlitchCounter {};

}  // namespace audio

#endif  // SERVICES_AUDIO_OUTPUT_GLITCH_COUNTER_H_