AVCam.PhotoCaptureDelegate.WillCapturePhoto C# (CSharp) Method

WillCapturePhoto() private method

private WillCapturePhoto ( AVCapturePhotoOutput captureOutput, AVCaptureResolvedPhotoSettings resolvedSettings ) : void
captureOutput AVCapturePhotoOutput
resolvedSettings AVCaptureResolvedPhotoSettings
return void
		public void WillCapturePhoto (AVCapturePhotoOutput captureOutput, AVCaptureResolvedPhotoSettings resolvedSettings)
		{
			willCapturePhotoAnimation ();
		}