AVCaptureDevice.IsWhiteBalanceModeSupported(AVCaptureWhiteBalanceMode) Method

Definition

Whether the whiteBalanceMode is supported.

[Foundation.Export("isWhiteBalanceModeSupported:")]
public virtual bool IsWhiteBalanceModeSupported (AVFoundation.AVCaptureWhiteBalanceMode whiteBalanceMode);
abstract member IsWhiteBalanceModeSupported : AVFoundation.AVCaptureWhiteBalanceMode -> bool
override this.IsWhiteBalanceModeSupported : AVFoundation.AVCaptureWhiteBalanceMode -> bool

Parameters

whiteBalanceMode
AVCaptureWhiteBalanceMode

Returns

Attributes

Applies to