Platform SDK: TAPI

CMSPCallMultiGraph::HandleGraphEvent

This method is called by the DispatchGraphEvent static method to let the call object instance handle the event. It asks the filter graph for the event code and parameters, and queues an asynchronous work item on the global worker thread object, which will result in the AsynMultiGraphEvent function being executed on the worker thread. This is to allow the thread pool thread to return as quickly as possible, preventing an event storm from DirectShow's manual reset event.

virtual VOID HandleGraphEvent(
  MSPSTREAMCONTEXT *pContext
);

Parameters

pContext
Contains pointer to MSPSTREAMCONTEXT structure.

See Also

CMSPCallMultiGraph