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

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

Issue 258783007: Mac AVFoundation: Allow use of all camera's supported resolutions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bemasc@ nit Created 6 years, 8 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 | « no previous file | media/video/capture/mac/avfoundation_glue.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12262fa86e2e2cc74c133d45cca69e6a90691ace..ac679c2bf155bdc812329280dd0ffe9114ddeaf9 100644
--- a/media/video/capture/mac/avfoundation_glue.h
+++ b/media/video/capture/mac/avfoundation_glue.h
@@ -41,9 +41,6 @@ class MEDIA_EXPORT AVFoundationGlue {
static NSString* AVCaptureSessionRuntimeErrorNotification();
static NSString* AVCaptureSessionDidStopRunningNotification();
static NSString* AVCaptureSessionErrorKey();
- static NSString* AVCaptureSessionPreset320x240();
- static NSString* AVCaptureSessionPreset640x480();
- static NSString* AVCaptureSessionPreset1280x720();
// Originally from AVVideoSettings.h but in global namespace.
static NSString* AVVideoScalingModeKey();
@@ -64,7 +61,6 @@ MEDIA_EXPORT
- (NSString*)uniqueID;
- (NSString*)localizedName;
- (BOOL)isSuspended;
-- (BOOL)supportsAVCaptureSessionPreset:(NSString*)preset;
- (NSArray*)formats;
@end
@@ -99,9 +95,6 @@ MEDIA_EXPORT
@interface CrAVCaptureSession : NSObject
- (void)release;
-- (BOOL)canSetSessionPreset:(NSString*)preset;
-- (void)setSessionPreset:(NSString*)preset;
-- (NSString*)sessionPreset;
- (void)addInput:(CrAVCaptureInput*)input;
- (void)removeInput:(CrAVCaptureInput*)input;
- (void)addOutput:(CrAVCaptureOutput*)output;
« no previous file with comments | « no previous file | media/video/capture/mac/avfoundation_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698