BASS.NET API for the Un4seen BASS Audio Library

BASSDEVICENotify Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The notification status used with DEVICENOTIFYPROC.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.2
Syntax

public enum BASSDEVICENotify
Members

  Member nameValueDescription
BASS_DEVICENOTIFY_ENABLED0 a device has been added or removed
BASS_DEVICENOTIFY_DEFAULT1 the default output device has changed
BASS_DEVICENOTIFY_REC_DEFAULT2 the default recording device has changed
BASS_DEVICENOTIFY_DEFAULTCOM3 the default communication output device has changed
BASS_DEVICENOTIFY_REC_DEFAULTCOM4 the default communication recording device has changed
See Also

Reference