AVCaptureFlashMode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
闪存模式。
[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 | 始终使用闪光灯。 |