AVCaptureStillImageOutput.CapturingStillImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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”.