Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Unified Diff: media/video/capture/video_capture_types.h

Issue 24079003: Add VideoCaptureDevice::GetDeviceSupportedFormats to interface + implementation for Linux and Fake (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed parameter device_name from GetDeviceSupportedFormats. Added explanation to VCD interface. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/video/capture/video_capture_types.h
diff --git a/media/video/capture/video_capture_types.h b/media/video/capture/video_capture_types.h
index 1a170aaf5e7d623b102f96020d5805d04aab1680..e91047712efcab5a021cd10e4a4dc2c538625480 100644
--- a/media/video/capture/video_capture_types.h
+++ b/media/video/capture/video_capture_types.h
@@ -77,6 +77,8 @@ class MEDIA_EXPORT VideoCaptureCapability : public VideoCaptureFormat {
VideoCaptureSessionId session_id;
};
+typedef std::vector<media::VideoCaptureCapability> VideoCaptureFormats;
scherkus (not reviewing) 2013/09/12 17:56:00 remove media::
scherkus (not reviewing) 2013/09/12 17:56:00 it seems unfortunate that we have to use VideoCapt
mcasas 2013/09/24 15:02:27 TODO() check if those parameters are still in use
+
} // namespace media
perkj_chrome 2013/09/13 10:33:05 yes- session_id seems wrong to have at all. Can
ncarter (slow) 2013/09/13 19:02:19 Here's the information needs I see: VCDevice <->
mcasas 2013/09/24 15:02:27 Associated enum names are self explanatory IMHO, e
#endif // MEDIA_VIDEO_CAPTURE_VIDEO_CAPTURE_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698