links to this page:
pluginExports
SoundCodecPrims
Swiki Page List
MobVM/SmallSqueak Page Cluster
SoundCodecPrims_exports
Last updated at 12:20 am UTC on 17 January 2006
From SoundCodecPrims.c :
void* SoundCodecPrims_exports[][3] = {
{"SoundCodecPrims", "primitiveGSMNewState", (void*)primitiveGSMNewState},
{"SoundCodecPrims", "primitiveGSMEncode", (void*)primitiveGSMEncode},
{"SoundCodecPrims", "getModuleName", (void*)getModuleName},
{"SoundCodecPrims", "primitiveGSMDecode", (void*)primitiveGSMDecode},
{"SoundCodecPrims", "setInterpreter", (void*)setInterpreter},
{NULL, NULL, NULL}
};