Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 3.44 KB

cmspcallbase-members.md

File metadata and controls

38 lines (23 loc) · 3.44 KB
description ms.assetid title ms.topic ms.date
The following list contains the CMSPCAllBase members.
a3193639-e0c4-4851-a879-551eca8023f9
CMSPCallBase Members
article
05/31/2018

CMSPCallBase Members

Member type Name Description
IUnknown *m_pFTM Pointer to the free threaded marshaller.
CMSPAddress* *m_pMSPAddress The pointer to the MSP address object. It is used to get the default terminals if the application doesn't select any. It also carries a refcount (via MSPAddressAddRef, not AddRef) so that the aggregated address will not go away while the call is still alive, but TAPI 3's address is not AddRef'ed.
MSP_HANDLE *m_htCall The handle to TAPI3's call. Used to fire call events.
DWORD m_dwMediaType Bitmask of the media types on this call.
CMSPArray <ITStream *> m_Streams The list of stream objects in the call.
CMSPCritSection m_lock The lock that protects the stream lists.

 

Related topics

CMSPCallBase