AVCaptureSession.CanSetSessionPreset(NSString) Method

Definition

Whether the session supports a particular set of predefined capture settings.

[Foundation.Export("canSetSessionPreset:")]
public virtual bool CanSetSessionPreset (Foundation.NSString preset);
abstract member CanSetSessionPreset : Foundation.NSString -> bool
override this.CanSetSessionPreset : Foundation.NSString -> bool

Parameters

preset
NSString

One of the AVCaptureSession.Preset* constants.

Returns

Attributes

Remarks

The preset must be one of the AVCaptureSession.Preset* values.

Applies to

See also