ImageEn, unit ieds

TIEDirectShow.Run

TIEDirectShow.Run

Declaration

procedure Run(): TIEDSRunResult;

Description

After calling Connect call you must run the graph, which starts video or file capture.

Example

// Run video from 5 second mark
ImageEnView1.IO.DShowParams.Position := 50000000;
ImageEnView1.IO.DShowParams.Run;