次の方法で共有


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

自動ホワイト バランス、1 回設定します。

ContinuousAutoWhiteBalance 2

ホワイト バランスを継続的に評価して設定します。

Locked 0

自動ホワイト バランスがロックされています。

適用対象