IAMMediaTypeSample::SetSyncPoint
Microsoft DirectShow 9.0 |
IAMMediaTypeSample::SetSyncPoint
- Note This interface is deprecated. New applications should not use it.
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 Values
Returns S_OK.
See Also