AVCam.PhotoCaptureDelegate.WillBeginCapture C# (CSharp) Method

WillBeginCapture() private method

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