ImageEn, unit iemmf

TIEMediaFoundationSourceReader.Capturing

TIEMediaFoundationSourceReader.Capturing


Declaration

property Capturing: boolean;


Description

Returns True if capturing is underway.
Capturing is True after ResumeCapture or StartCapture is called.
Capturing is False after PauseCapture or StopCapture is called.

This property is read-only.


See Also

 PauseCapture
 ResumeCapture
 StartCapture
 StopCapture