BASS.NET API for the Un4seen BASS Audio Library

BASSWASAPIDeviceType Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BassWasapi device info types 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 BASSWASAPIDeviceType
Members

  Member nameValueDescription
BASS_WASAPI_TYPE_NETWORKDEVICE0 A network device.
BASS_WASAPI_TYPE_SPEAKERS1 A speakers device.
BASS_WASAPI_TYPE_LINELEVEL2 A line level device.
BASS_WASAPI_TYPE_HEADPHONES3 A headphone device.
BASS_WASAPI_TYPE_MICROPHONE4 A microphone device.
BASS_WASAPI_TYPE_HEADSET5 A headset device.
BASS_WASAPI_TYPE_HANDSET6 A handset device.
BASS_WASAPI_TYPE_DIGITAL7 A digital device.
BASS_WASAPI_TYPE_SPDIF8 A S/PDIF device.
BASS_WASAPI_TYPE_HDMI9 A HDMI device.
BASS_WASAPI_TYPE_UNKNOWN10 An unknown device.
See Also

Reference