Microsoft DirectX 9.0 |
The ThreadProc method retrieves samples from the queue and delivers them to the input pin.
Syntax
DWORD ThreadProc(void);
Return Value
Returns zero.
Remarks
The COutputQueue::InitialThreadProc method calls this method, which implements the main thread loop. Within the loop, the method performs the following steps:
The thread terminates when the COutputQueue::m_bTerminate member variable becomes TRUE.
See Also