]> git.saurik.com Git - iphone-api.git/blame - PhotoLibrary/CameraController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / PhotoLibrary / CameraController.h
CommitLineData
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 <Foundation/NSObject.h>
8
9@class LKLayer, UIView;
10
11@interface CameraController : NSObject
12{
13 LKLayer *_cameraLayer;
14 struct CameraDevice *_camera;
15 struct CameraImageQueueHelper *_cameraHelper;
16 id _delegate;
17 UIView *_previewView;
18 BOOL _isPreviewing;
19}
20
21+ (id)sharedInstance;
22- (id)init;
23- (void)_setIsReady;
24- (BOOL)isReady;
25- (void)_tookPicture:(struct __CoreSurfaceBuffer *)fp8;
26- (void)_tookPicture:(struct CGImage *)fp8 jpegData:(struct __CFData *)fp12 imageProperties:(struct __CFDictionary *)fp16;
27- (struct CameraImageQueueHelper *)_cameraHelper;
28- (BOOL)_setupCamera;
29- (void)_tearDownCamera;
30- (void)setDelegate:(id)fp8;
31- (struct CGRect)_cameraFrame;
32- (id)previewView;
33- (void)startPreview;
34- (void)stopPreview;
35- (void)capturePhoto;
36
37@end
38