共用方式為


IAMMediaTypeSample::IsSyncPoint

 
Microsoft DirectShow 9.0

IAMMediaTypeSample::IsSyncPoint

  • Note   This interface is deprecated. New applications should not use it.

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

Syntax

  HRESULT IsSyncPoint(void);

Return Values

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

See Also