CMediaSample::IsSyncPoint
Microsoft DirectShow 9.0 |
CMediaSample::IsSyncPoint
The IsSyncPoint method determines if the beginning of the sample is a synchronization point. This method implements the IMediaSample::IsSyncPoint method.
Syntax
HRESULT IsSyncPoint(void);
Return Value
Returns S_OK if the sample is a synchronization point, or S_FALSE otherwise.
Remarks
The CMediaSample::m_dwFlags member variable specifies this property.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also