C# Class AvCapWPF.CapGrabber

Inheritance: ISampleGrabberCB, INotifyPropertyChanged
Show file Open project: evilmachina/theMachine Class Usage Examples

Public Methods

Method Description
BufferCB ( double sampleTime, IntPtr buffer, int bufferLen ) : int
CapGrabber ( ) : System
SampleCB ( double sampleTime, IntPtr sample ) : int

Private Methods

Method Description
CopyMemory ( IntPtr Destination, IntPtr Source, int Length ) : void
OnNewFrameArrived ( ) : void
OnPropertyChanged ( string name ) : void

Method Details

BufferCB() public method

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

CapGrabber() public method

public CapGrabber ( ) : System
return System

SampleCB() public method

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