-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathABFaceLivenessViewController.h
79 lines (71 loc) · 3.23 KB
/
ABFaceLivenessViewController.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIViewController.h>
#import "ABControllerDelegate-Protocol.h"
#import "ABFacePromptViewTouchDelegate-Protocol.h"
#import "ABNavViewDelegate-Protocol.h"
#import "AVCaptureVideoDataOutputSampleBufferDelegate-Protocol.h"
@class ABNavView, ABViewAgent, AVCaptureDevice, AVCaptureStillImageOutput, AVCaptureVideoDataOutput, AVCaptureVideoPreviewLayer, NSObject, NSString;
@protocol OS_dispatch_queue;
@interface ABFaceLivenessViewController : UIViewController <AVCaptureVideoDataOutputSampleBufferDelegate, ABControllerDelegate, ABNavViewDelegate, ABFacePromptViewTouchDelegate>
{
AVCaptureVideoPreviewLayer *previewLayer;
AVCaptureVideoDataOutput *videoDataOutput;
NSObject<OS_dispatch_queue> *videoDataOutputQueue;
AVCaptureStillImageOutput *stillImageOutput;
_Bool _navShowed;
_Bool _isPermissionRequest;
_Bool _isAlreadyGoBack;
int _exceptionCount;
UIViewController *_parentVC;
ABViewAgent *_viewAgent;
ABNavView *_navView;
double _screenBrightness;
AVCaptureDevice *_currentDevice;
}
@property(nonatomic) _Bool isAlreadyGoBack; // @synthesize isAlreadyGoBack=_isAlreadyGoBack;
@property(nonatomic) _Bool isPermissionRequest; // @synthesize isPermissionRequest=_isPermissionRequest;
@property(retain, nonatomic) AVCaptureDevice *currentDevice; // @synthesize currentDevice=_currentDevice;
@property(nonatomic) double screenBrightness; // @synthesize screenBrightness=_screenBrightness;
@property(nonatomic) int exceptionCount; // @synthesize exceptionCount=_exceptionCount;
@property(nonatomic) _Bool navShowed; // @synthesize navShowed=_navShowed;
@property(retain, nonatomic) ABNavView *navView; // @synthesize navView=_navView;
@property(retain, nonatomic) ABViewAgent *viewAgent; // @synthesize viewAgent=_viewAgent;
@property(nonatomic) __weak UIViewController *parentVC; // @synthesize parentVC=_parentVC;
- (void).cxx_destruct;
- (void)gotoSetting;
- (void)promptViewButtonTouchUp:(int)arg1 buttonIndex:(long long)arg2;
- (void)captureOutput:(id)arg1 didOutputSampleBuffer:(struct opaqueCMSampleBuffer *)arg2 fromConnection:(id)arg3;
- (void)configureCameraFront;
- (void)teardownAVCapture;
- (_Bool)setupAVCapture;
- (_Bool)isCurrentViewController;
- (void)showCameraInitFailPromptType;
- (void)showCameraPermissionPromptType;
- (void)setCommon;
- (void)volumeDidChange:(id)arg1;
- (void)applicationDidBecomeActive:(id)arg1;
- (void)applicationWillResignActive:(id)arg1;
- (void)onLivenessSuccess;
- (void)onGoBack;
- (void)viewWillDisappear:(_Bool)arg1;
- (void)viewDidDisappear:(_Bool)arg1;
- (void)viewDidAppear:(_Bool)arg1;
- (void)viewWillAppear:(_Bool)arg1;
- (_Bool)prefersStatusBarHidden;
- (void)onNavStartButtonClicked:(id)arg1;
- (void)doEndLivenessDetectFinish;
- (void)endLivenessDetect:(id)arg1 withData:(id)arg2;
- (void)restartLivenessDetect:(id)arg1;
- (void)setup;
- (void)startFaceDetect;
- (void)viewDidLoad;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end