CCmdQueue::SetTimeAdvise
Microsoft DirectShow 9.0 |
CCmdQueue::SetTimeAdvise
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.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also