oggplayaif.s60.rss

来自「OggPlay for Symbian 是symbian上的一个媒体播放程序的源」· RSS 代码 · 共 34 行

RSS
34
字号
/*
* ============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?