itLegacyCallMediaControl 接口 (tapi3if.h)

ITLegacyCallMediaControl 接口支持必须与设备直接通信的旧版应用程序。 此接口在调用对象上公开,可以通过在 ITBasicCallControl 上调用 QueryInterface 来创建。

ITLegacyCallMediaControl2 接口是 ITLegacyCallMediaControl 接口的扩展。 ITLegacyCallMediaControl2 提供其他方法,主要用于音调检测和生成。

继承

ITLegacyCallMediaControl 接口继承自 IDispatch 接口。 ITLegacyCallMediaControl 也包含以下类型的成员:

方法

ITLegacyCallMediaControl 接口包含以下方法。

 
ITLegacyCallMediaControl::D etectDigits

DetectDigits 方法设置将在当前调用中检测到的数字类型的标识符,例如旋转脉冲或 DTMF。
ITLegacyCallMediaControl::GenerateDigits

GenerateDigits 方法会导致在当前调用上输出数字。
ITLegacyCallMediaControl::GetID

GetID 方法获取与当前调用关联的设备的标识符。
ITLegacyCallMediaControl::MonitorMedia

MonitorMedia 方法为当前调用上的给定媒体类型设置监视。
ITLegacyCallMediaControl::SetMediaType

SetMediaType 方法在其 LINECALLINFO 结构中设置当前调用的媒体类型 () 。 有关详细信息,请参阅 lineSetMediaMode。

要求

   
目标平台 Windows
标头 tapi3if.h (包括 Tapi3.h)

另请参阅

IDispatch

ITLegacyCallMediaControl2