Method | Description | |
---|---|---|
Dispose ( ) : void |
release everything.
|
|
GetFirstVideoInputDevice ( ) : IBaseFilter | ||
GetInterfaces ( ) : void | ||
Initialize ( ) : void | ||
Pause ( ) : void | ||
ReleaseInterfaces ( ) : void | ||
Run ( ) : void | ||
SetupGraph ( ) : void | ||
VideoSource ( ) : System |
Method | Description | |
---|---|---|
ConfigureSampleGrabber ( ISampleGrabber sampGrabber, int width, int height ) : void |
Set the options on the sample grabber
|
|
ISampleGrabberCB ( double SampleTime, IMediaSample pSample ) : int |
sample callback, NOT USED.
|
|
ISampleGrabberCB ( double SampleTime, |
buffer callback, COULD BE FROM FOREIGN THREAD.
|
|
SaveSizeInfo ( ISampleGrabber sampGrabber ) : void |
Read and store the properties
|
|
SetConfigParms ( IPin pStill, int iWidth, int iHeight, short iBPP ) : void |
public GetFirstVideoInputDevice ( ) : IBaseFilter | ||
return | IBaseFilter |