The BASS_WASAPI_DEVICEINFO type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsDefault |
The device is the system default device.
| |
| IsDisabled |
The device is plugged but disabled (in the windows sound control panel) and can not be used.
| |
| IsEnabled |
The device is enabled and can be used (i.e. it is active).
| |
| IsInitialized |
The device is already initialized.
| |
| IsInput |
The device is an input (capture) device.
| |
| IsLoopback |
The device is a loopback device (capturing from output).
| |
| IsUnplugged |
The device is unplugged and can not be used.
| |
| SupportsRecording |
The device supportes recording (either an INPUT or LOOPBACK device).
|
See Also