AsyncVideoSourceNestedVideoSource Property |
Namespace: Accord.Video
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.