Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
(Created page with "= Gecko Media Plugins (GMPs) = == On Disk Layout == GMPs consist of a directory on disk containing two files, at a minimum: a dynamic library and a meta-data file. The plug...") |
|||
Line 18: | Line 18: | ||
typedef GMPErr (*GMPInitFunc)(void); | typedef GMPErr (*GMPInitFunc)(void); | ||
typedef GMPErr (*GMPGetAPIFunc)(const char* apiName, | typedef GMPErr (*GMPGetAPIFunc)(const char* apiName, | ||
void* apiStruct, | |||
size_t structSize); | |||
typedef void (*GMPShutdownFunc)(void); | typedef void (*GMPShutdownFunc)(void); | ||
</pre> | </pre> |