Accord.Video.AsyncVideoSource.AsyncVideoSource C# (CSharp) Method

AsyncVideoSource() public method

Initializes a new instance of the AsyncVideoSource class.
public AsyncVideoSource ( IVideoSource nestedVideoSource ) : System
nestedVideoSource IVideoSource Nested video source which is the target for asynchronous processing.
return System
        public AsyncVideoSource(IVideoSource nestedVideoSource)
        {
            this.nestedVideoSource = nestedVideoSource;
        }

Same methods

AsyncVideoSource::AsyncVideoSource ( IVideoSource nestedVideoSource, bool skipFramesIfBusy ) : System