TUICaptureVideoPreviewView.h 331 B

1234567891011121314
  1. // Created by Tencent on 2023/06/09.
  2. // Copyright © 2023 Tencent. All rights reserved.
  3. #import <AVFoundation/AVFoundation.h>
  4. #import <UIKit/UIKit.h>
  5. @interface TUICaptureVideoPreviewView : UIView
  6. @property(strong, nonatomic) AVCaptureSession *captureSessionsion;
  7. - (CGPoint)captureDevicePointForPoint:(CGPoint)point;
  8. @end