chromium/services/audio/reference_output.h

// Copyright 2021 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_REFERENCE_OUTPUT_H_
#define SERVICES_AUDIO_REFERENCE_OUTPUT_H_

#include "base/time/time.h"

namespace media {
class AudioBus;
}  // namespace media

namespace audio {
class ReferenceOutput {};
}  // namespace audio

#endif  // SERVICES_AUDIO_REFERENCE_OUTPUT_H_