XPLMPCMComplete_f
typedef void (* XPLMPCMComplete_f)(
void * inRefcon,
FMOD_RESULT status);
If you use XPLMPlayPCMOnBus() you may use this optional callback to find out when the FMOD::Channel is complete, if you need to deallocate memory for example.