Microsoft DirectX 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.

See Also