次の方法で共有


AVCaptureExposureMode 列挙型

定義

キャプチャ中にさまざまな露出モードのオプションを指定する値を持つ列挙体。

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

フィールド

AutoExpose 1

カメラは自動公開を実行します。

ContinuousAutoExposure 2

自動公開を実行し、設定を継続的に調整します。

Custom 3

露出は、 プロパティと ExposureDuration プロパティによって制限されますISO

Locked 0

露出設定がロックされています。

注釈

適用対象