links to this page:
pluginExports
ADPCMCodecPlugin
Swiki Page List
MobVM/SmallSqueak Page Cluster
ADPCMCodecPlugin_exports
Last updated at 12:17 am UTC on 17 January 2006
From ADPCMCodecPlugin.c :
void* ADPCMCodecPlugin_exports[][3] = {
{"ADPCMCodecPlugin", "primitiveDecodeStereo", (void*)primitiveDecodeStereo},
{"ADPCMCodecPlugin", "primitiveDecodeMono", (void*)primitiveDecodeMono},
{"ADPCMCodecPlugin", "primitiveEncodeStereo", (void*)primitiveEncodeStereo},
{"ADPCMCodecPlugin", "getModuleName", (void*)getModuleName},
{"ADPCMCodecPlugin", "primitiveEncodeMono", (void*)primitiveEncodeMono},
{"ADPCMCodecPlugin", "setInterpreter", (void*)setInterpreter},
{NULL, NULL, NULL}
};