Device list notification callback function used with BASS_CONFIG_DEV_NOTIFY.
void CALLBACK DeviceNotifyProc( DWORD notify );
notify | The notification, one of the following.
|
Devices should not be initialized or freed within a callback. Do that in another thread.