IAMMediaTypeSample::IsDiscontinuity
Microsoft DirectShow 9.0 |
IAMMediaTypeSample::IsDiscontinuity
- Note This interface is deprecated. New applications should not use it.
The IsDiscontinuity method determines if this sample represents a discontinuity in the data stream.
Syntax
HRESULT IsDiscontinuity(void);
Return Values
Returns S_OK if this sample is a discontinuity, or S_FALSE otherwise.
See Also