Microsoft Windows CE 3.0  

IMediaSample::SetSyncPoint

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Property of a synchronization point.

HRESULT SetSyncPoint(
BOOL
bIsSyncPoint
);

Parameters

bIsSyncPoint
[in] Set to TRUE to specify the sample as a synchronization point; otherwise, set to FALSE.

Return Values

Returns S_OK.

Remarks

A filter can begin a stream at any synchronization point.

While calling SetSyncPointwith a value of TRUE (1) sets the synchronization point, calling IsSyncPointon a synchronization point sample returns S_OK (0).