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