共用方式為


IAMMediaTypeSample::IsPreroll

 
Microsoft DirectShow 9.0

IAMMediaTypeSample::IsPreroll

  • Note   This interface is deprecated. New applications should not use it.

The IsPreroll method determines if this sample is part of the preroll. A preroll sample should not be displayed.

Syntax

  HRESULT IsPreroll(void);

Return Values

Returns S_OK if the sample is a preroll sample, or S_FALSE otherwise.

See Also