Microsoft Windows CE 3.0  

CSourceStream::FillBuffer

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Fills the stream buffer during the creation of a media sample that the current pin provides.

virtual HRESULT FillBuffer(
IMediaSample
*
pSample
) PURE;

Parameters

pSample
IMediaSamplebuffer to contain the data.

Return Values

Returns an HRESULTvalue.

Remarks

The CSourceStream::ThreadProcmember function calls the CSourceStream::FillBuffermember function. The derived class must supply an implementation of this member function.