C# 클래스 CatenaLogic.Windows.Presentation.WebcamPlayer.CapGrabber

상속: ISampleGrabberCB, INotifyPropertyChanged
파일 보기 프로젝트 열기: raouldc/OptiDev 1 사용 예제들

공개 메소드들

메소드 설명
BufferCB ( double sampleTime, IntPtr buffer, int bufferLen ) : int
SampleCB ( double sampleTime, IntPtr sample ) : int

비공개 메소드들

메소드 설명
CopyMemory ( IntPtr Destination, IntPtr Source, int Length ) : void
OnNewFrameArrived ( ) : void
OnPropertyChanged ( string name ) : void

메소드 상세

BufferCB() 공개 메소드

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

SampleCB() 공개 메소드

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