ImixIsModulePlaying

The ImixIsModulePlaying function allows you to know if the module is beeing played.
bool ImixIsModulePlaying();

Return Values

If a module is playing, the function return true..

If the module has already stopped or have never been played the function returnes false.

Remarks