Microsoft DirectX 8.1 (C++)

IAMMediaTypeSample::IsPreroll

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

Syntax

HRESULT IsPreroll(void);

Return Value

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

See Also