Declaration
property FileInput: WideString;
Description
If you don't want get video from a capture card, but just from a file, you must set FileInput property with a full path name and a multimedia file.
Default: ''
Example
// Set input to a file
ImageEnView1.IO.DShowParams.FileInput := 'D:\Videos\Sample.avi';
ImageEnView1.IO.DShowParams.RenderVideo := True;
ImageEnView1.IO.DShowParams.Connect();
See Also
◼FileOutput
◼Connect