Source-SCCamera/ManagedCapturer/SCManagedCaptureDeviceDefau...

18 lines
466 B
C
Raw Permalink Normal View History

2018-08-08 01:27:52 +02:00
//
// SCManagedCaptureDeviceDefaultZoomHandler_Private.h
// Snapchat
//
// Created by Joe Qiao on 04/01/2018.
//
#import "SCManagedCaptureDeviceDefaultZoomHandler.h"
@interface SCManagedCaptureDeviceDefaultZoomHandler ()
@property (nonatomic, weak) SCCaptureResource *captureResource;
@property (nonatomic, weak) SCManagedCaptureDevice *currentDevice;
- (void)_setZoomFactor:(CGFloat)zoomFactor forManagedCaptureDevice:(SCManagedCaptureDevice *)device;
@end