Click or drag to resize

FrameCaptureFromFolderChangeInterval Method

Changes the time interval between frames. If it was started then it restarts with the new interval.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public void ChangeInterval(
	double interval
)

Parameters

interval
Type: SystemDouble
Time interval betweend the frames sent in ms.
Exceptions
ExceptionCondition
ArgumentExceptionThe interval value is invalid
See Also