// Copyright 2016 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_BASE_OUTPUT_DEVICE_INFO_H_ #define MEDIA_BASE_OUTPUT_DEVICE_INFO_H_ #include <string> #include "base/functional/callback.h" #include "media/base/audio_parameters.h" #include "media/base/media_export.h" namespace media { // Result of an audio output device switch operation enum OutputDeviceStatus { … }; OutputDeviceStatusCB; // Output device information returned by // AudioRendererSink::GetOutputDeviceInfo() class MEDIA_EXPORT OutputDeviceInfo { … }; } // namespace media #endif // MEDIA_BASE_OUTPUT_DEVICE_INFO_H_