IMFTimer interface (mfidl.h)

Provides a timer that invokes a callback at a specified time.

Inheritance

The IMFTimer interface inherits from the IUnknown interface. IMFTimer also has these types of members:

Methods

The IMFTimer interface has these methods.

 
IMFTimer::CancelTimer

Cancels a timer that was set using the IMFTimer::SetTimer method.
IMFTimer::SetTimer

Sets a timer that invokes a callback at the specified time.

Remarks

The presentation clock exposes this interface. To get a pointer to the interface, call QueryInterface.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header mfidl.h

See also

Media Foundation Interfaces

Presentation Clock