// Copyright 2017 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_CAPTURE_VIDEO_VIDEO_CAPTURE_DEVICE_INFO_H_ #define MEDIA_CAPTURE_VIDEO_VIDEO_CAPTURE_DEVICE_INFO_H_ #include "media/capture/video/video_capture_device_descriptor.h" #include "media/capture/video_capture_types.h" namespace media { // Bundles a VideoCaptureDeviceDescriptor with corresponding supported // video formats. struct CAPTURE_EXPORT VideoCaptureDeviceInfo { … }; } // namespace media #endif // MEDIA_CAPTURE_VIDEO_VIDEO_CAPTURE_DEVICE_INFO_H_