CMSPAddress 纯虚拟方法

派生类必须重写这些方法。

CMSPAddress 纯虚拟方法 说明
MSPAddressAddRef 地址的专用 AddRef 方法。
MSPAddressRelease 地址的 Private Release 方法。
CreateMSPCall 由 TAPI 调用以创建调用对象。 派生类中的实现应仅调用 CreateMSPCallHelper 函数。
ShutdownMSPCall 由 TAPI 调用以关闭调用对象。 派生类中的实现应仅调用 ShutdownMSPCallHelper 函数。
GetCallMediaTypes 获取 MSP 支持的媒体类型。

 

CMSPAddress