CMediaSample::SetDiscontinuity
Microsoft DirectShow 9.0 |
CMediaSample::SetDiscontinuity
The SetDiscontinuity method specifies whether this sample represents a break in the data stream. This method implements the IMediaSample::SetDiscontinuity method.
Syntax
HRESULT SetDiscontinuity( BOOL bDiscont );
Parameters
bDiscont
Boolean value that specifies whether this sample is a discontinuity. If TRUE, the media sample is discontinuous with the previous sample.
Return Value
Returns S_OK.
Remarks
This method updates the CMediaSample::m_dwFlags member variable, which specifies the discontinuity property.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also