GeckoMediaPlugins: Difference between revisions

Updated dynamic library section to reflect changes in GMP API
(change content/media to dom/media to reflect recent source rename.)
(Updated dynamic library section to reflect changes in GMP API)
Line 37: Line 37:
typedef GMPErr (*GMPInitFunc)(void);
typedef GMPErr (*GMPInitFunc)(void);
typedef GMPErr (*GMPGetAPIFunc)(const char* apiName,
typedef GMPErr (*GMPGetAPIFunc)(const char* apiName,
                                 void* apiStruct,
                                 void* aHostAPI,
                                 size_t structSize);
                                 void** aPluginAPI);
typedef void  (*GMPShutdownFunc)(void);
typedef void  (*GMPShutdownFunc)(void);
</pre>
</pre>
Confirmed users
91

edits