// Copyright 2012 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_AUDIO_DECODER_CONFIG_H_ #define MEDIA_BASE_AUDIO_DECODER_CONFIG_H_ #include <stdint.h> #include <string> #include <vector> #include "base/time/time.h" #include "media/base/audio_codecs.h" #include "media/base/channel_layout.h" #include "media/base/encryption_scheme.h" #include "media/base/media_export.h" #include "media/base/sample_format.h" namespace media { class MEDIA_EXPORT AudioDecoderConfig { … }; } // namespace media #endif // MEDIA_BASE_AUDIO_DECODER_CONFIG_H_