AForge.Video.DirectShow.VideoCaptureDevice.Grabber.Grabber C# (CSharp) Method

Grabber() public method

public Grabber ( VideoCaptureDevice parent, bool snapshotMode ) : System
parent VideoCaptureDevice
snapshotMode bool
return System
            public Grabber( VideoCaptureDevice parent, bool snapshotMode )
            {
                this.parent = parent;
                this.snapshotMode = snapshotMode;
            }
VideoCaptureDevice.Grabber