// Copyright 2015 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_AUDIO_DEVICE_DESCRIPTION_H_ #define MEDIA_AUDIO_AUDIO_DEVICE_DESCRIPTION_H_ #include <string> #include <vector> #include "base/unguessable_token.h" #include "media/base/media_export.h" namespace media { // Provides common information on audio device names and ids. struct MEDIA_EXPORT AudioDeviceDescription { … }; AudioDeviceDescriptions; } // namespace media #endif // MEDIA_AUDIO_AUDIO_DEVICE_DESCRIPTION_H_