BASS.NET API for the Un4seen BASS Audio Library

BASS_WASAPI_DEVICEINFO Properties

BASS.NET API for the Un4seen BASS Audio Library

The BASS_WASAPI_DEVICEINFO type exposes the following members.

Properties

  NameDescription
Public propertyIsDefault
The device is the system default device.
Public propertyIsDisabled
The device is plugged but disabled (in the windows sound control panel) and can not be used.
Public propertyIsEnabled
The device is enabled and can be used (i.e. it is active).
Public propertyIsInitialized
The device is already initialized.
Public propertyIsInput
The device is an input (capture) device.
Public propertyIsLoopback
The device is a loopback device (capturing from output).
Public propertyIsUnplugged
The device is unplugged and can not be used.
Public propertySupportsRecording
The device supportes recording (either an INPUT or LOOPBACK device).
Top
See Also

Reference