AVCaptureStillImageOutput.CapturingStillImage Property

Definition

Determines if an image is currently being captured.

public virtual bool CapturingStillImage { [Foundation.Export("isCapturingStillImage")] get; }
member this.CapturingStillImage : bool

Property Value

True if an image is being captured, false otherwise.

Attributes

Remarks

The property participates in key-value observing with the name “capturingStillImage”.

Applies to