CAMSchedule::GetNextAdviseTime
Microsoft DirectShow 9.0 |
CAMSchedule::GetNextAdviseTime
The GetNextAdviseTime method retrieves the time of the next advise request.
Syntax
REFERENCE_TIME GetNextAdviseTime(void);
Return Value
Returns the reference time of the next advise request, or MAX_TIME no requests are scheduled.
Requirements
** Header:** Declared in Dsschedule.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also