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 |
CBaseReferenceClock::SetDefaultTimerResolution
The SetDefaultTimerResolution method sets the resolution of the reference clock's timer.
Syntax
STDMETHODIMP SetDefaultTimerResolution(
REFERENCE_TIME
timerResolution
);
Return Value
Returns an HRESULT value.
Remarks
This method implements the IReferenceClockTimerControl::SetDefaultTimerResolution method.
Requirements
** Header:** Declared in Refclock.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also