IMFTimer interface
Provides a timer that invokes a callback at a specified time.
Members
The IMFTimer interface inherits from the IUnknown interface. IMFTimer also has these types of members:
Methods
The IMFTimer interface has these methods.
| Method | Description |
|---|---|
| CancelTimer |
Cancels a timer. |
| SetTimer |
Sets a timer that invokes a callback. |
Remarks
The presentation clock exposes this interface. To get a pointer to the interface, call QueryInterface.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also