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

📄 oggplayaif.s60.rss

📁 OggPlay for Symbian 是symbian上的一个媒体播放程序的源码。它支持ogg,wav等等多媒体格式。
💻 RSS
字号:
/*
* ============================================================================
*  Name     : OggPlayaif.s60.rss
*  Part of  : OggPlay
*  Created  : 19.07.2003 by 
*  Description:
*     RSS for creating the aif file for OggPlay.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

#include <aiftool.rh>
#include <OggOs.h>

RESOURCE AIF_DATA
    {
    app_uid = 0x1000A661;
    num_icons = 3;

    embeddability = KAppEmbeddable;
    newfile = KAppDoesNotSupportNewFile;

    datatype_list =
		{
		DATATYPE
			{ 
			priority = EDataTypePriorityNormal; 
			type = "application/ogg";
			}
		};
	}

⌨️ 快捷键说明

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