AVCaptureDevice.SupportsAVCaptureSessionPreset(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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