AVCaptureFlashMode Enum

Definition

Flash mode.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureFlashMode
type AVCaptureFlashMode = 
Inheritance
AVCaptureFlashMode
Attributes

Fields

Auto 2

Automatic.

Off 0

Never use the flash.

On 1

Always use the flash.

Applies to