Microsoft DirectX 8.1 (C++)

IAMMediaTypeSample::SetSyncPoint

The SetSyncPoint method specifies whether the beginning of this sample is a synchronization point.

Syntax

HRESULT SetSyncPoint(
    BOOL bIsSyncPoint
);

Parameters

bIsSyncPoint

Boolean value that specifies whether the beginning of this sample is a synchronization point. If TRUE, the beginning of the sample is a synchronization point.

Return Value

Returns S_OK.

See Also