1020239a.rss
来自「这可能就是传说中symbian oggPlay的源代吗吧」· RSS 代码 · 共 54 行
RSS
54 行
// 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 + =
减小字号Ctrl + -
显示快捷键?