ImageEn, unit iemmf

TIEMediaFoundationSourceReader.Capturing

TIEMediaFoundationSourceReader.Capturing

Declaration

property Capturing: boolean;

Description

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

This property is read-only.

Example

RecordingLED.Enabled := ImageEnView1.IO.MediaFoundationSourceReader.Capturing;

See Also

PauseCapture
ResumeCapture
StartCapture
StopCapture