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

Unified Diff: media/video/capture/mac/avfoundation_glue.h

Issue 366593003: Mac VideoCapture: return empty GetModel() for non-USB non-built-in cameras. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/mac/avfoundation_glue.h
diff --git a/media/video/capture/mac/avfoundation_glue.h b/media/video/capture/mac/avfoundation_glue.h
index ac679c2bf155bdc812329280dd0ffe9114ddeaf9..1d6e177733a18f6d5ab193e1bddd4dd076b5e0a2 100644
--- a/media/video/capture/mac/avfoundation_glue.h
+++ b/media/video/capture/mac/avfoundation_glue.h
@@ -62,6 +62,7 @@ MEDIA_EXPORT
- (NSString*)localizedName;
- (BOOL)isSuspended;
- (NSArray*)formats;
+- (int32_t)transportType;
@end

Powered by Google App Engine
This is Rietveld 408576698