Microsoft DirectX 9.0 |
The SetPopEvent method specifies an event that is signalled whenever the object removes a sample from the queue.
Syntax
void COutputQueue::SetPopEvent(
HANDLE hEvent
);
Parameters
hEvent
Handle to an event created by the caller.
See Also