Microsoft DirectX 8.1 (C++)

IAMMediaTypeSample::IsSyncPoint

The IsSyncPoint method determines if the beginning of a sample is a synchronization point.

Syntax

HRESULT IsSyncPoint(void);

Return Value

Returns S_OK if the beginning of the sample is a synchronization point, or S_FALSE otherwise.

See Also