blob: 3c39a1b331ea384e98a96a8f7f7cab2daa01d6d3 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_MEDIA_AUDIO_AUDIO_CORE_FWD_DECLS_H_
#define SRC_MEDIA_AUDIO_AUDIO_CORE_FWD_DECLS_H_
namespace media::audio {
class AudioDeviceManager;
class AudioCoreImpl;
class AudioRendererFormatInfo;
class AudioRendererImpl;
class AudioLink;
} // namespace media::audio
#endif // SRC_MEDIA_AUDIO_AUDIO_CORE_FWD_DECLS_H_