Click or drag to resize
Accord.NET (logo)

AsyncVideoSource Constructor (IVideoSource, Boolean)

Initializes a new instance of the AsyncVideoSource class.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public AsyncVideoSource(
	IVideoSource nestedVideoSource,
	bool skipFramesIfBusy
)
Request Example View Source

Parameters

nestedVideoSource
Type: Accord.VideoIVideoSource
Nested video source which is the target for asynchronous processing.
skipFramesIfBusy
Type: SystemBoolean
Specifies if the object should skip frames from the nested video source in the case if it is still busy processing the previous video frame.
See Also