AVCapturePhotoCaptureDelegate.WillBeginCapture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when capturing is about to begin.
[Foundation.Export("captureOutput:willBeginCaptureForResolvedSettings:")]
public virtual void WillBeginCapture (AVFoundation.AVCapturePhotoOutput captureOutput, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings);
abstract member WillBeginCapture : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings -> unit
override this.WillBeginCapture : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings -> unit
Parameters
- captureOutput
- AVCapturePhotoOutput
- resolvedSettings
- AVCaptureResolvedPhotoSettings
- Attributes