C# Class CatenaLogic.Windows.Presentation.WebcamPlayer.CapGrabber

Inheritance: ISampleGrabberCB, INotifyPropertyChanged
Show file Open project: raouldc/OptiDev Class Usage Examples

Public Methods

Method Description
BufferCB ( double sampleTime, IntPtr buffer, int bufferLen ) : int
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

SampleCB() public method

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