BASS.NET API for the Un4seen BASS Audio Library

BASSWASAPIDeviceInfo Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BassWasapi device info flags to be used with BASS_WASAPI_DEVICEINFO and BASS_WASAPI_GetDeviceInfo(Int32, BASS_WASAPI_DEVICEINFO).

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

public enum BASSWASAPIDeviceInfo
Members

  Member nameValueDescription
BASS_DEVICE_UNKNOWN0 Unknown flags.

E.g. the WASAPI device is not present.

BASS_DEVICE_ENABLED1 The WASAPI device is enabled (active).
BASS_DEVICE_DEFAULT2 The WASAPI device is the default device.
BASS_DEVICE_INIT4 The WASAPI device is initialized.
BASS_DEVICE_LOOPBACK8 The WASAPI device is a loopback device.
BASS_DEVICE_INPUT16 The WASAPI device is an input (capture) device.
BASS_DEVICE_UNPLUGGED32 The WASAPI device is unplugged.
BASS_DEVICE_DISABLED64 The WASAPI device is disabled.
See Also

Reference