CBaseReferenceClock::TriggerThread
Microsoft DirectShow 9.0 |
CBaseReferenceClock::TriggerThread
The TriggerThread method wakes up the worker thread that handles scheduling.
Syntax
void TriggerThread(void);
Return Value
No return value.
Remarks
The clock uses a worker thread that calls the CAMSchedule::Advise method at appropriate times. The derived class can call TriggerThread to wake up the thread.
Requirements
** Header:** Declared in Refclock.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also