HRESULT GrabberCB :: SampleCB ( double SampleTime , IMediaSample * pSample ) {
How to send the pSample content via pipe?
}
I know how to send/receive string
by WriteFile/ReadFile
after reading this sample:
http://msdn.microsoft.com/en-us/library/aa365592%28v=VS.85%29.aspx
But how to send a pSample
over?