AVCaptureFlashMode 枚举

定义

闪存模式。

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

字段

Auto 2

自动。

Off 0

切勿使用闪光灯。

On 1

始终使用闪光灯。

适用于