-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBurstMode.h
29 lines (25 loc) · 889 Bytes
/
BurstMode.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
#define UNRESTRICTED_AVAILABILITY
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
#import "../PS.h"
NSString *tweakIdentifier = @"com.PS.BurstMode";
@interface CAMAvalancheSession (BurstMode)
- (void)fakeSetNum:(NSUInteger)fake;
@end
@interface PLCameraButton (BurstMode)
- (void)burst;
- (void)takePhoto;
@end
#define BurstModeEnabledKey @"BurstModeEnabled"
#define BurstModeSafeEnabledKey @"BurstModeSafeEnabled"
#define DisableIrisEnabledKey @"DisableIrisEnabled"
#define DisableAnimEnabledKey @"DisableAnimEnabled"
#define LiveWellEnabledKey @"LiveWellEnabled"
#define AllowHDREnabledKey @"AllowHDREnabled"
#define expFormatKey @"expFormat"
#define AnimIndKey @"AnimInd"
#define noCaptureSoundKey @"noCaptureSound"
#define singleCounterKey @"singleCounter"
#define PhotoLimitCountKey @"PhotoLimitCount"
#define HoldTimeKey @"HoldTime"
#define IntervalKey @"Interval"