appmmcalllegimpl.java

来自「中兴公司在parlayx开发方面的培训文档」· Java 代码 · 共 14 行

JAVA
14
字号
package samples;

public class AppMMCallLegImpl  extends AppCallLegImpl
  implements org.csapi.cc.mmccs.IpAppMultiMediaCallLegOperations
{
	public AppMMCallLegImpl(){super();}

    public void mediaStreamMonitorRes(int callLegSessionID, 
    	org.csapi.cc.mmccs.TpMediaStream[] streams, 
    	org.csapi.cc.mmccs.TpMediaStreamEventType type)
    {
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?