]>
Commit | Line | Data |
---|---|---|
491070e3 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @class CALayer, UIView; | |
10 | ||
11 | @interface PLCameraController : NSObject | |
12 | { | |
13 | CALayer *_cameraLayer; | |
14 | struct CameraDevice *_camera; | |
15 | struct CameraImageQueueHelper *_cameraHelper; | |
16 | id _delegate; | |
17 | UIView *_previewView; | |
18 | BOOL _isPreviewing; | |
19 | BOOL _isLocked; | |
20 | BOOL _wasPreviewingBeforeDeviceLock; | |
21 | } | |
22 | ||
23 | + (id)sharedInstance; | |
24 | - (id)init; | |
25 | - (void)dealloc; | |
26 | - (void)_setIsReady; | |
27 | - (BOOL)isReady; | |
28 | - (void)_applicationSuspended; | |
29 | - (void)_applicationResumed; | |
30 | - (void)_tookPicture:(struct __CoreSurfaceBuffer *)fp8; | |
31 | - (void)_tookPicture:(struct CGImage *)fp8 jpegData:(struct __CFData *)fp12 imageProperties:(struct __CFDictionary *)fp16; | |
32 | - (struct CameraImageQueueHelper *)_cameraHelper; | |
33 | - (BOOL)_setupCamera; | |
34 | - (void)_tearDownCamera; | |
35 | - (void)setDelegate:(id)fp8; | |
36 | - (id)delegate; | |
37 | - (struct CGRect)_cameraFrame; | |
38 | - (id)previewView; | |
39 | - (void)startPreview; | |
40 | - (void)stopPreview; | |
41 | - (void)capturePhoto; | |
42 | ||
43 | @end | |
44 |