Microsoft Windows CE 3.0  

CMediaSample::IsPreroll

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.

Preroll property. If TRUE, this sample is for preroll only and should not be displayed.

HRESULT IsPreroll(void);

Return Values

Returns S_OK if the sample is a preroll sample and S_FALSE if not; otherwise, returns an HRESULTerror value.

Remarks

This member function implements the IMediaSample::IsPrerollmethod. It returns the value of the m_dwFlagsSample_Preroll property flag. Preroll samples are not meant to be rendered.