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

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

Issue 23551011: From Video Capture, abolish OnFrameInfo and enable resolution changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix constant declaration issue. Created 7 years, 2 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..59d01218344ec90eea34f2af4ba48221849d06c1 100644
--- a/media/video/capture/video_capture_types.h
+++ b/media/video/capture/video_capture_types.h
@@ -51,7 +51,7 @@ class MEDIA_EXPORT VideoCaptureFormat {
VideoCaptureResolutionType frame_size_type;
};
-// Parameters for starting video capture and device information.
+// Parameters for starting video capture.
class MEDIA_EXPORT VideoCaptureParams : public VideoCaptureFormat {
public:
VideoCaptureParams();
@@ -59,7 +59,7 @@ class MEDIA_EXPORT VideoCaptureParams : public VideoCaptureFormat {
VideoCaptureSessionId session_id;
};
-// Capabilities describe the format a camera capture video in.
+// Capabilities describe the format a camera captures video in.
class MEDIA_EXPORT VideoCaptureCapability : public VideoCaptureFormat {
public:
VideoCaptureCapability();
« content/renderer/media/video_capture_impl.cc ('K') | « media/video/capture/video_capture_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698