Warning: you were redirected to the latest documentation corresponding to your major release ( 2022.1.17.8543 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
|
◆ RegisterCodec()
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 |
|
Tell us about your project. We're here to help.
Register your project and we'll help you get started with no strings attached!
Get started with Wwise