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, or S_FALSE if not; otherwise, returns an HRESULTerror value.
While calling SetPrerollwith a value of TRUE (1) sets the preroll property, calling IsPrerollon a preroll sample returns S_OK (0).