⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mystreamqueuehistorykeeper.h

📁 基于sipfoundy 公司开发的sipx协议API
💻 H
字号:
//// Copyright (C) 2004, 2005 Pingtel Corp.// //// $$////////////////////////////////////////////////////////////////////////#ifndef _MyStreamQueueHistoryKeeper_h_#define _MyStreamQueueHistoryKeeper_h_#include "utl/UtlString.h"#include "mp/MpQueuePlayerListener.h"class MyStreamQueueHistoryKeeper : public MpQueuePlayerListener{ protected:   UtlString mHistory ;   UtlString mExpectedHistory; public:   virtual ~MyStreamQueueHistoryKeeper(void);   virtual void queuePlayerStarted();   virtual void queuePlayerStopped();   virtual void queuePlayerAdvanced();   const char* getHistory();};#endif // MyStreamQueueHistoryKeeper_h_

⌨️ 快捷键说明

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