mpeg4decoderapplication.h

来自「symbian上的yuv视频文件处理程序 可对yuv的每一帧数据进行读取 处理」· C头文件 代码 · 共 36 行

H
36
字号
/*
========================================================================
 Name        : Mpeg4DecoderApplication.h
 Author      : Jin
 Copyright   : Copyright (C) 2005-2008 Cyansoft Studio, All rights Reserved.
 Description : 
========================================================================
*/
#ifndef MPEG4DECODERAPPLICATION_H
#define MPEG4DECODERAPPLICATION_H

// [[[ begin generated region: do not modify [Generated Includes]
#include <aknapp.h>
// ]]] end generated region [Generated Includes]

// [[[ begin generated region: do not modify [Generated Constants]
const TUid KUidMpeg4DecoderApplication = { 0xEDFE6E8B };
// ]]] end generated region [Generated Constants]

/**
 *
 * @class	CMpeg4DecoderApplication Mpeg4DecoderApplication.h
 * @brief	A CAknApplication-derived class is required by the S60 application 
 *          framework. It is subclassed to create the application's document 
 *          object.
 */
class CMpeg4DecoderApplication : public CAknApplication
	{
private:
	TUid AppDllUid() const;
	CApaDocument* CreateDocumentL();
	
	};
			
#endif // MPEG4DECODERAPPLICATION_H		

⌨️ 快捷键说明

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