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

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

Issue 637953008: Improve video capture columns in chrome://media-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Human readable capture API type Created 6 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
« no previous file with comments | « content/browser/resources/media/media_internals.html ('k') | media/video/capture/video_capture_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/video_capture_device.h
diff --git a/media/video/capture/video_capture_device.h b/media/video/capture/video_capture_device.h
index 187145ffa84596ed5ea6f7eeccb3d790af4dafc2..455dc83d3e971434db907426065ef04e1da212b0 100644
--- a/media/video/capture/video_capture_device.h
+++ b/media/video/capture/video_capture_device.h
@@ -106,6 +106,7 @@ class MEDIA_EXPORT VideoCaptureDevice {
CaptureApiType capture_api_type() const {
return capture_api_class_.capture_api_type();
}
+ const char* GetCaptureApiTypeString() const;
#endif
#if defined(OS_WIN)
// Certain devices need an ID different from the |unique_id_| for
« no previous file with comments | « content/browser/resources/media/media_internals.html ('k') | media/video/capture/video_capture_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698