Microsoft DirectX 9.0 |
The SetSyncSource method sets a reference clock for the filter. This method implements the IMediaFilter::SetSyncSource method.
Syntax
HRESULT SetSyncSource(
IReferenceClock *pClock
);
Parameters
pClock
Pointer to the clock's IReferenceClock interface, or NULL.
Return Value
Returns S_OK.
See Also