AVCam.PhotoCaptureDelegate.WillBeginCapture C# (CSharp) Méthode

WillBeginCapture() private méthode

private WillBeginCapture ( AVCapturePhotoOutput captureOutput, AVCaptureResolvedPhotoSettings resolvedSettings ) : void
captureOutput AVCapturePhotoOutput
resolvedSettings AVCaptureResolvedPhotoSettings
Résultat void
		public void WillBeginCapture (AVCapturePhotoOutput captureOutput, AVCaptureResolvedPhotoSettings resolvedSettings)
		{
			if (resolvedSettings.LivePhotoMovieDimensions.Width > 0 && resolvedSettings.LivePhotoMovieDimensions.Height > 0)
				capturingLivePhoto (true);
		}