AVCapturePhotoOutput+VersionAdaptor.h 329 B

123456789101112131415161718
  1. //
  2. // AVCapturePhotoOutput+VersionAdaptor.h
  3. // PanoramicCameraSDK
  4. //
  5. // Created by 王昭威 on 2023/1/14.
  6. //
  7. #import <AVFoundation/AVFoundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface AVCapturePhotoOutput (VersionAdaptor)
  10. - (void)setOutputPhotoDimensions:(CMVideoDimensions)maxPhotoDimensions;
  11. @end
  12. NS_ASSUME_NONNULL_END