mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 05:13:39 -04:00
15 lines
425 B
Objective-C
15 lines
425 B
Objective-C
#import "CAMCaptureMovieFileOutput.h"
|
|
#import <AVFoundation/AVFoundation.h>
|
|
|
|
NS_CLASS_AVAILABLE_IOS(9_0)
|
|
@interface CAMCaptureEngine : NSObject
|
|
|
|
@property (retain, nonatomic) AVCaptureDevice *cameraDevice;
|
|
@property (retain, nonatomic) AVCaptureSession *_captureSession;
|
|
|
|
- (CAMCaptureMovieFileOutput *)movieFileOutput;
|
|
- (AVCaptureDeviceInput *)audioCaptureDeviceInput;
|
|
|
|
- (void)_handleSessionDidStartRunning:(id)arg1;
|
|
|
|
@end |