Administrator, can you confirm that i must load call bass_plugin only one time if i have two download internet radio ?
And, if i unload basswma for the first internet radio it unload for the second internet radio too ?
Yes to both questions. If you call BASS_PluginLoad multiple times with the same DLL (eg. BASSWMA.DLL), the extra calls will fail with a BASS_ERROR_ALREADY error. And if you call BASS_PluginFree to unload a plugin, all streams that are using that plugin will automatically be freed.