AVCaptureDevice.IsWhiteBalanceModeSupported(AVCaptureWhiteBalanceMode) 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 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