AVCaptureWhiteBalanceMode 枚举

定义

捕获白平衡模式。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureWhiteBalanceMode
type AVCaptureWhiteBalanceMode = 
继承
AVCaptureWhiteBalanceMode
属性

字段

AutoWhiteBalance 1

自动白平衡,设置一次。

ContinuousAutoWhiteBalance 2

连续评估并设置白平衡。

Locked 0

自动白平衡已锁定。

适用于