mystreamqueuehistorykeeper.h

来自「基于sipfoundy 公司开发的sipx协议API」· C头文件 代码 · 共 30 行

H
30
字号
//// 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 + =
减小字号Ctrl + -
显示快捷键?