rm_recog.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
- /*============================================================================*
- *
- * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- * Recognizer for Helix Symbian Player
- *
- *============================================================================*/
-
- /*
- * Description:
- *
- */
- #ifndef _RM_RECOG_H_
- #define _RM_RECOG_H_
- #include <apmrec.h>
- class CApaRealMediaRecognizer : public CApaDataRecognizerType
- {
- public: // from CApaDataRecognizerType
- CApaRealMediaRecognizer();
- TUint PreferredBufSize();
- TDataType SupportedDataTypeL(TInt aIndex) const;
- private: // from CApaDataRecognizerType
- void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);
- };
- #endif // _RM_RECOG_H_