123456789101112131415161718 |
- //
- // AVCapturePhotoOutput+VersionAdaptor.h
- // PanoramicCameraSDK
- //
- // Created by 王昭威 on 2023/1/14.
- //
- #import <AVFoundation/AVFoundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface AVCapturePhotoOutput (VersionAdaptor)
- - (void)setOutputPhotoDimensions:(CMVideoDimensions)maxPhotoDimensions;
- @end
- NS_ASSUME_NONNULL_END
|