AVCam.PhotoCaptureDelegate.PhotoCaptureDelegate C# (CSharp) Метод

PhotoCaptureDelegate() публичный Метод

public PhotoCaptureDelegate ( AVCapturePhotoSettings settings, System.Action willCapturePhotoAnimation, Action capturingLivePhoto, Action completed ) : System
settings AVCapturePhotoSettings
willCapturePhotoAnimation System.Action
capturingLivePhoto Action
completed Action
Результат System
		public PhotoCaptureDelegate (AVCapturePhotoSettings settings,
									 Action willCapturePhotoAnimation,
									 Action<bool> capturingLivePhoto,
									 Action<PhotoCaptureDelegate> completed)
		{
			RequestedPhotoSettings = settings;
			this.willCapturePhotoAnimation = willCapturePhotoAnimation;
			this.capturingLivePhoto = capturingLivePhoto;
			this.completed = completed;
		}