Created
March 2, 2015 07:48
-
-
Save PoomSmart/b2d98e5cc50de472798c to your computer and use it in GitHub Desktop.
A private AVCaptureStillImageOutput method
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <AVFoundation/AVFoundation.h> | |
@interface AVCaptureStillImageOutput (PrivateAPI) | |
- (void)captureStillImageSurfaceAsynchronouslyFromConnection:(AVCaptureConnection *)connection completionHandler:(void (^)(IOSurfaceRef photoSurfaceRef, NSInteger photoSurfaceSize, IOSurfaceRef photoPreviewSurfaceRef, NSInteger photoPreviewSurfaceSize, CFDictionaryRef photoProperties))completionHandler; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment