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: 1.8.12.0 (1.8.12)
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