Microsoft Windows CE 3.0  

Clock Base Classes

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

DirectShow provides two classes, CBaseReferenceClockand CSystemClockto help implement clocks in the filter graph. The following illustration shows the relationship between these classes and the interfaces they implement.

CBaseReferenceClockimplements IReferenceClock, and so 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.

CSystemClockimplements a system clock that provides time information and timing signals to an application. It uses the CBaseReferenceClockbase class to provide most of that functionality, overriding the actual time calls.



 Last updated on Tuesday, May 18, 2004

© 2004 Microsoft Corporation. All rights reserved.