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.
The MSPSTREAMCONTEXT structure contains the key interface pointers required to handle a media event.
Syntax
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.
Requirements
TAPI version |
Requires TAPI 3.0 or later |
Header |
Mspcall.h |