Initializes a new instance of the AsyncVideoSource class.

Namespace:  AForge.Video
Assembly:  AForge.Video (in AForge.Video.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public AsyncVideoSource(
	IVideoSource nestedVideoSource
)

Parameters

nestedVideoSource
Type: AForge.Video..::.IVideoSource
Nested video source which is the target for asynchronous processing.

See Also