Files
YTLitePlus/Tweaks/PSHeader/CameraApp/CAMCaptureConfiguration.h
2023-06-27 09:54:41 +02:00

11 lines
223 B
Objective-C

NS_CLASS_AVAILABLE_IOS(10_0)
@interface CAMCaptureConfiguration : NSObject
- (NSInteger)videoConfiguration;
- (NSInteger)audioConfiguration;
- (NSInteger)previewConfiguration;
- (NSInteger)mode;
- (NSInteger)device;
@end