Microsoft DirectX 9.0 |
The SetTimeAdvise method sets up a timer event with the reference clock.
Syntax
void SetTimeAdvise(void);
Return Value
No return value.
Remarks
This member function calls the IReferenceClock::AdviseTime method to set up a notification for the earliest time required in the queue. Presentation-time commands that are deferred are always checked. If the filter graph is in running mode, deferred commands using stream time are also checked.
See Also