C# Class AForge.Video.DirectShow.VideoCaptureDevice.Grabber

Inheritance: ISampleGrabberCB
Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Methods

Method Description
BufferCB ( double sampleTime, IntPtr buffer, int bufferLen ) : int
Grabber ( VideoCaptureDevice parent, bool snapshotMode ) : System
SampleCB ( double sampleTime, IntPtr sample ) : int

Method Details

BufferCB() public method

public BufferCB ( double sampleTime, IntPtr buffer, int bufferLen ) : int
sampleTime double
buffer System.IntPtr
bufferLen int
return int

Grabber() public method

public Grabber ( VideoCaptureDevice parent, bool snapshotMode ) : System
parent VideoCaptureDevice
snapshotMode bool
return System

SampleCB() public method

public SampleCB ( double sampleTime, IntPtr sample ) : int
sampleTime double
sample System.IntPtr
return int