COutputQueue::NotifyThread
Microsoft DirectShow 9.0 |
COutputQueue::NotifyThread
The NotifyThread method notifies the thread that the queue contains data.
Syntax
void NotifyThread(void);
Remarks
Hold the critical section before calling this method.
Requirements
** Header:** Declared in Outputq.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also