// 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_SOFTWARE_VIDEO_ENCODER_H_ #define MEDIA_CAST_ENCODING_SOFTWARE_VIDEO_ENCODER_H_ #include <stdint.h> #include "base/memory/scoped_refptr.h" namespace base { class TimeTicks; } namespace media { class VideoFrame; } namespace media { namespace cast { struct SenderEncodedFrame; class SoftwareVideoEncoder { … }; } // namespace cast } // namespace media #endif // MEDIA_CAST_ENCODING_SOFTWARE_VIDEO_ENCODER_H_