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

曝光设置已锁定。

注解

适用于