// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_AUDIO_PULSE_AUDIO_MANAGER_PULSE_H_ #define MEDIA_AUDIO_PULSE_AUDIO_MANAGER_PULSE_H_ #include <pulse/pulseaudio.h> #include <memory> #include <string> #include "base/compiler_specific.h" #include "base/memory/raw_ptr.h" #include "media/audio/audio_manager_base.h" namespace media { class PulseLoopbackManager; class MEDIA_EXPORT AudioManagerPulse : public AudioManagerBase { … }; } // namespace media #endif // MEDIA_AUDIO_PULSE_AUDIO_MANAGER_PULSE_H_