AVCaptureDevice.SupportsAVCaptureSessionPreset(String) Method

Definition

Whether the AVCaptureDevice supports the preset.

[Foundation.Export("supportsAVCaptureSessionPreset:")]
public virtual bool SupportsAVCaptureSessionPreset (string preset);
abstract member SupportsAVCaptureSessionPreset : string -> bool
override this.SupportsAVCaptureSessionPreset : string -> bool

Parameters

preset
String

Returns

Attributes

Applies to