C# Class AvCapWPF.CapGrabber

Inheritance: ISampleGrabberCB, INotifyPropertyChanged
Afficher le fichier Open project: evilmachina/theMachine Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

BufferCB() public méthode

public BufferCB ( double sampleTime, IntPtr buffer, int bufferLen ) : int
sampleTime double
buffer System.IntPtr
bufferLen int
Résultat int

CapGrabber() public méthode

public CapGrabber ( ) : System
Résultat System

SampleCB() public méthode

public SampleCB ( double sampleTime, IntPtr sample ) : int
sampleTime double
sample System.IntPtr
Résultat int