共用方式為


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

自動白平衡已鎖定。

適用於