Platform SDK: TAPI

MSPSTREAMCONTEXT

The MSPSTREAMCONTEXT structure contains the key interface pointers required to handle a media event.

typedef struct
{
  CMSPCallMultiGraph *    pMSPCall;
  ITStream           *    pITStream;
  IMediaEvent        *    pIMediaEvent;
} MSPSTREAMCONTEXT, *PMSPSTREAMCONTEXT;

Members

pMSPCall
Pointer to CMSPCallMultiGraph interface for a call stream.
pITStream
Pointer to ITStream interface for the call.
pIMediaEvent
Pointer to DirectShow IMediaEvent interface.

See Also

CMSPCallMultiGraph