CSourceStream::FillBuffer (Compact 2013)
3/26/2014
Fills the stream buffer during the creation of a media sample that the current pin provides.
Syntax
virtual HRESULT FillBuffer(
IMediaSample* pSample
) PURE;
Parameters
- pSample
IMediaSample buffer to contain the data.
Return Value
Returns an HRESULT value.
Remarks
The CSourceStream::ThreadProc member function calls the CSourceStream::FillBuffer member function. The derived class must supply an implementation of this member function.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |