Device list notification callback function used with BASS_CONFIG_DEV_NOTIFY.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax
Parameters
- notify
- Type: Un4seen.BassBASSDEVICENotify
The notification, one of the following (see BASSDEVICENotify):BASS_DEVICENOTIFY_ENABLED The BASS_DEVICE_ENABLED flag has been (un)set on one or more devices. This includes new devices, and both output and recording devices. BASS_DEVICENOTIFY_DEFAULT The output BASS_DEVICE_DEFAULT flag has changed device. BASS_DEVICENOTIFY_DEFAULTCOM The output BASS_DEVICE_DEFAULTCOM flag has changed device. BASS_DEVICENOTIFY_REC_DEFAULT The recording BASS_DEVICE_DEFAULT flag has changed device. BASS_DEVICENOTIFY_REC_DEFAULTCOM The recording BASS_DEVICE_DEFAULTCOM flag has changed device.
Remarks
Devices should not be initialized or freed within a callback. Do that in another thread.
See Also