Click or drag to resize
Accord.NET (logo)

AsyncVideoSourceNestedVideoSource Property

Nested video source which is the target for asynchronous processing.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public IVideoSource NestedVideoSource { get; }
Request Example View Source

Property Value

Type: IVideoSource
Remarks

The property is set through the class constructor.

All calls to this object are actually redirected to the nested video source. The only exception is the NewFrame event, which is handled differently. This object gets NewFrame event from the nested class and then fires another NewFrame event, but from a different thread.

See Also