Compartilhar via


Clock Base Classes (Windows CE 5.0)

Send Feedback

DirectShow provides the following classes, CBaseReferenceClock and CSystemClock to help implement clocks in the filter graph. The following illustration shows the relationship between these classes and the interfaces they implement.

Aa451239.dclock01(en-us,MSDN.10).gif

CBaseReferenceClock implements IReferenceClock, and thereby provides the ability to return the correct reference time when requested, and to advise registered objects of specific times or time intervals through event notification and semaphores.

CSystemClock implements a system clock that provides time information and timing signals to an application. It overrides the actual time calls and uses the CBaseReferenceClock base class to provide most of that functionality.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.