Registers a codec type with the sound engine and set the callback functions to create the codec's file source and bank source nodes.
 | Note: This function is deprecated. Registration is now automatic if you link plugins statically. If plugins are dynamic libraries (such as DLLs or SOs), use RegisterPluginDLL. |
- See also
-
- Returns
AK_Success
if successful
AK_InvalidParameter
if invalid parameters were provided
AK_InsufficientMemory
if there isn't enough memory to register the plug-in
- Parameters
-
in_ulCompanyID | Company identifier (as declared in the plug-in description XML file) |
in_ulCodecID | Codec identifier (as declared in the plug-in description XML file) |
in_pFileCreateFunc | Pointer to the codec's file source node creation function |
in_pBankCreateFunc | Pointer to the codec's bank source node creation function |