Ctor.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ImageFolderSource(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
ImageFolderSource(
	String^ path
)

Parameters

path
Type: System..::..String
The path to the image folder. Must contain either jpg or png files.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionIf the directory is invalid.
System.IO..::..FileNotFoundExceptionIf there are no image files.

See Also