rm_recog.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
源码类别:

Symbian

开发平台:

Visual C++

  1. /*============================================================================*
  2.  *
  3.  * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
  4.  *
  5.  * Recognizer for Helix Symbian Player
  6.  *
  7.  *============================================================================*/
  8.  
  9. /*
  10.  *  Description: 
  11.  *  
  12.  */
  13. #ifndef _RM_RECOG_H_
  14. #define _RM_RECOG_H_
  15. #include <apmrec.h>
  16. class CApaRealMediaRecognizer : public CApaDataRecognizerType 
  17. {
  18. public: // from CApaDataRecognizerType
  19.     CApaRealMediaRecognizer();
  20.     TUint PreferredBufSize();
  21.     TDataType SupportedDataTypeL(TInt aIndex) const;
  22. private: // from CApaDataRecognizerType
  23.     void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);
  24. };
  25. #endif // _RM_RECOG_H_