Edit

Share via


AVCapturePhotoOutput.SetPreparedPhotoSettings Method

Definition

Prepares the photo capture output for future requests with the provided photo settings, and runs a completion handler when it is finished.

[Foundation.Export("setPreparedPhotoSettingsArray:completionHandler:")]
public virtual void SetPreparedPhotoSettings (AVFoundation.AVCapturePhotoSettings[] preparedPhotoSettingsArray, Action<bool,Foundation.NSError> completionHandler);
abstract member SetPreparedPhotoSettings : AVFoundation.AVCapturePhotoSettings[] * Action<bool, Foundation.NSError> -> unit
override this.SetPreparedPhotoSettings : AVFoundation.AVCapturePhotoSettings[] * Action<bool, Foundation.NSError> -> unit

Parameters

preparedPhotoSettingsArray
AVCapturePhotoSettings[]
completionHandler
Action<Boolean,NSError>

To be added.

This parameter can be null.

Attributes

Applies to