Open a video file getting each frame on demand, when it needs to be displayed or used.

All DirectShow formats are supported (avi, mpeg, wmv,...).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void GetImagesOnDemand(
	string fileName,
	bool append
)
Public Sub GetImagesOnDemand ( _
	fileName As String, _
	append As Boolean _
)
public:
void GetImagesOnDemand(
	String^ fileName, 
	bool append
)

Parameters

fileName
String
The name of media file.
append
Boolean
When Append is false, the existing content of the IEImageList is cleared.

See Also