Microsoft DirectX 8.1 (C++)

IAMMediaTypeSample::IsDiscontinuity

The IsDiscontinuity method determines if this sample represents a discontinuity in the data stream.

Syntax

HRESULT IsDiscontinuity(void);

Return Value

Returns S_OK if this sample is a discontinuity, or S_FALSE otherwise.

See Also