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

📄 oggplayaif.uiq.rss

📁 OggPlay for Symbian 是symbian上的一个媒体播放程序的源码。它支持ogg,wav等等多媒体格式。
💻 RSS
字号:
#include <aiftool.rh>
#include <OggOs.h>

RESOURCE AIF_DATA
{
	app_uid=0x1000A661;
	caption_list=
	{ 
		CAPTION { code=ELangEnglish; caption="OggPlay"; }
	};
	num_icons=2;
	embeddability=KAppEmbeddable;
	newfile=KAppDoesNotSupportNewFile;
	datatype_list=
	{
		DATATYPE { priority=EDataTypePriorityNormal; type="application/ogg"; }
	};

#if !defined( MOTOROLA ) 
	view_list =
	{
		VIEW_DATA
		{
			view_uid = 1;
			screen_mode = 0;
			caption_list =
			{
				CAPTION { code= ELangEnglish; caption="FO Splash View"; }
			};
		},

		VIEW_DATA
		{
			view_uid = 2;
			screen_mode = 1;
			caption_list =
			{
				CAPTION { code= ELangEnglish; caption="FC Launch View"; }
			};
		}
	};
#endif
}

⌨️ 快捷键说明

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