AVCaptureDevice.IsFocusModeSupported(AVCaptureFocusMode) 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 focusMode
is supported.
[Foundation.Export("isFocusModeSupported:")]
public virtual bool IsFocusModeSupported (AVFoundation.AVCaptureFocusMode focusMode);
abstract member IsFocusModeSupported : AVFoundation.AVCaptureFocusMode -> bool
override this.IsFocusModeSupported : AVFoundation.AVCaptureFocusMode -> bool
Parameters
- focusMode
- AVCaptureFocusMode
Returns
- Attributes