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

📄 1020239a.rss

📁 这可能就是传说中symbian oggPlay的源代吗吧
💻 RSS
字号:
// 0100429D.RSS
//
#include "OggVorbisControllerUIDs.hrh"
#include <mmfPluginInterfaceUIDs.hrh>
#include "RegistryInfo.rh"


RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid = KOggVorbisControllerDLLUid;
	interfaces = 
		{
		INTERFACE_INFO // Controller Plugin Description
			{
			interface_uid = KMmfUidPluginInterfaceController ;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = KOggVorbisControllerUid ;
					version_no = 1;
					display_name = "Ogg Vorbis Controller. Codec Copyright (c) 2002, Xiph.org Foundation";
					default_data = "?";
					opaque_data = 
							"<s>Symbian<i>0x101F5D07<p>0x101F0001";
							// SUPPLIER = <s>
							// MEDIA ID = <i>
							// PLAY FORMATS = <p>
							// RECORD FORMATS = <r>
					}
				};
			},
		INTERFACE_INFO // Play Formats Description
			{
			interface_uid = 0x101F0001 ;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = KOggVorbisPlayUid ;
					version_no = 1;
					display_name = "OggVorbis Play Format";
					default_data = "?";
					opaque_data = 
					"<s>Symbian<i>0x101f5d07<e>.ogg<h>OggS*vorbis<m>application/ogg";
					// uncomment this line to use Ogg files as your ringtone....
					//"<s>Symbian<i>0x101f5d07<e>.ogg<h>OggS*vorbis<m>audio/wav";

					}
				};
			}
		};
	}

⌨️ 快捷键说明

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