// Copyright 2014 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_CAST_ENCODING_AUDIO_ENCODER_H_ #define MEDIA_CAST_ENCODING_AUDIO_ENCODER_H_ #include <memory> #include "base/memory/scoped_refptr.h" #include "base/threading/thread_checker.h" #include "media/base/audio_bus.h" #include "media/cast/cast_environment.h" #include "media/cast/common/sender_encoded_frame.h" #include "media/cast/constants.h" namespace base { class TimeTicks; } namespace media { enum class AudioCodec; namespace cast { class AudioEncoder { … }; } // namespace cast } // namespace media #endif // MEDIA_CAST_ENCODING_AUDIO_ENCODER_H_