共用方式為


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

曝光受限於 ISOExposureDuration 屬性。

Locked 0

曝光設定已鎖定。

備註

適用於