Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
CCmdQueue::SetSyncSource
The SetSyncSource method sets the clock used for timing.
Syntax
virtual HRESULT SetSyncSource(
IReferenceClock *pIrc
);
Parameters
pIrc
Pointer to the IReferenceClock interface.
Return Value
Returns S_OK.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also