C# Class AForge.Video.DirectShow.VideoCaptureDevice.Grabber
ファイルを表示
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
public BufferCB ( double sampleTime, IntPtr buffer, int bufferLen ) : int |
sampleTime |
double |
|
buffer |
System.IntPtr |
|
bufferLen |
int |
|
return |
int |
|
public Grabber ( VideoCaptureDevice parent, bool snapshotMode ) : System |
parent |
VideoCaptureDevice |
|
snapshotMode |
bool |
|
return |
System |
|
public SampleCB ( double sampleTime, IntPtr sample ) : int |
sampleTime |
double |
|
sample |
System.IntPtr |
|
return |
int |
|