mp3decodeu.def

来自「symbian下mp3文件的解码源代码」· DEF 代码 · 共 15 行

DEF
15
字号
EXPORTS
	?CloseFile@CMP3DecodeEngine@@QAEHXZ @ 1 NONAME ; public: int __thiscall CMP3DecodeEngine::CloseFile(void)
	?DecodeOneFrame@CMP3DecodeEngine@@QAEHAAVTDes16@@@Z @ 2 NONAME ; public: int __thiscall CMP3DecodeEngine::DecodeOneFrame(class TDes16 &)
	?DecodeStart@CMP3DecodeEngine@@QAEHXZ @ 3 NONAME ; public: int __thiscall CMP3DecodeEngine::DecodeStart(void)
	?DecodeStop@CMP3DecodeEngine@@QAEHXZ @ 4 NONAME ; public: int __thiscall CMP3DecodeEngine::DecodeStop(void)
	?GetFileLength@CMP3DecodeEngine@@QAEHXZ @ 5 NONAME ; public: int __thiscall CMP3DecodeEngine::GetFileLength(void)
	?GetFilePosition@CMP3DecodeEngine@@QAEHXZ @ 6 NONAME ; public: int __thiscall CMP3DecodeEngine::GetFilePosition(void)
	?GetState@CMP3DecodeEngine@@QAE?AW4TMP3DecodeEngineState@@XZ @ 7 NONAME ; public: enum TMP3DecodeEngineState __thiscall CMP3DecodeEngine::GetState(void)
	?NewL@CMP3DecodeEngine@@SAPAV1@XZ @ 8 NONAME ; public: static class CMP3DecodeEngine * __cdecl CMP3DecodeEngine::NewL(void)
	?NewLC@CMP3DecodeEngine@@SAPAV1@XZ @ 9 NONAME ; public: static class CMP3DecodeEngine * __cdecl CMP3DecodeEngine::NewLC(void)
	?OpenFile@CMP3DecodeEngine@@QAEHAAVRFs@@ABVTDesC16@@@Z @ 10 NONAME ; public: int __thiscall CMP3DecodeEngine::OpenFile(class RFs &,class TDesC16 const &)
	?SetEqualizer@CMP3DecodeEngine@@QAEHHHHHHHHHHHHH@Z @ 11 NONAME ; public: int __thiscall CMP3DecodeEngine::SetEqualizer(int,int,int,int,int,int,int,int,int,int,int,int)
	?SetResampleRate@CMP3DecodeEngine@@QAEHH@Z @ 12 NONAME ; public: int __thiscall CMP3DecodeEngine::SetResampleRate(int)

⌨️ 快捷键说明

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