Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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