Accord.Video.AsyncVideoSource.AsyncVideoSource C# (CSharp) Метод

AsyncVideoSource() публичный Метод

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.
Результат System
        public AsyncVideoSource(IVideoSource nestedVideoSource)
        {
            this.nestedVideoSource = nestedVideoSource;
        }

Same methods

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