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::GetSchedule
The GetSchedule method retrieves a pointer to the clock's scheduling object.
Syntax
CAMSchedule* GetSchedule(void);
Return Value
Returns the CBaseReferenceClock::m_pSchedule member variable.
Requirements
** Header:** Declared in Refclock.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also