Declaration
procedure Run(): TIEDSRunResult;
Description
After calling
Connect call you must run the graph, which starts video or file capture.
// Run video from 5 second mark
ImageEnView1.IO.DShowParams.Position := 50000000;
ImageEnView1.IO.DShowParams.Run;