// 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 REMOTING_TEST_VIDEO_FRAME_WRITER_H_ #define REMOTING_TEST_VIDEO_FRAME_WRITER_H_ #include "base/time/time.h" namespace base { class FilePath; } namespace webrtc { class DesktopFrame; class DesktopRect; } // namespace webrtc namespace remoting { namespace test { // A helper class to dump video frames to disk. class VideoFrameWriter { … }; } // namespace test } // namespace remoting #endif // REMOTING_TEST_VIDEO_FRAME_WRITER_H_