mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 15:07:49 +00:00
7 lines
160 B
Objective-C
7 lines
160 B
Objective-C
#import <AVFoundation/AVFoundation.h>
|
|
|
|
@interface AVCaptureDeviceFormat (CameraUI)
|
|
|
|
- (BOOL)cam_supportsVideoConfiguration:(NSInteger)videoConfiguration;
|
|
|
|
@end
|