AVCaptureDevice.FlashActive Property

Definition

Whether the flash will go off when a still is captured.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCapturePhotoOutput.IsFlashScene' instead.")]
public virtual bool FlashActive { [Foundation.Export("isFlashActive")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCapturePhotoOutput.IsFlashScene' instead.")] get; }
member this.FlashActive : bool

Property Value

Attributes

Remarks

When the flash is active, it will be turned on when a still picture is taken.

Applies to