Share via


AVCaptureDevice.IsTorchModeSupported(AVCaptureTorchMode) Method

Definition

[Foundation.Export("isTorchModeSupported:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsTorchModeSupported(AVFoundation.AVCaptureTorchMode torchMode);
[<Foundation.Export("isTorchModeSupported:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsTorchModeSupported : AVFoundation.AVCaptureTorchMode -> bool
override this.IsTorchModeSupported : AVFoundation.AVCaptureTorchMode -> bool

Parameters

torchMode
AVCaptureTorchMode

Returns

Attributes

Applies to