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