// Copyright 2021 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_MOJO_COMMON_AUDIO_DATA_S16_CONVERTER_H_ #define MEDIA_MOJO_COMMON_AUDIO_DATA_S16_CONVERTER_H_ #include <memory> #include "media/base/audio_buffer.h" #include "media/base/audio_bus.h" #include "media/mojo/mojom/media_types.mojom.h" namespace media { class ChannelMixer; // Converts AudioBuffer or AudioBus into mojom::AudioDataS16. class AudioDataS16Converter { … }; } // namespace media #endif // MEDIA_MOJO_COMMON_AUDIO_DATA_S16_CONVERTER_H_