BASS.NET API for the Un4seen BASS Audio Library

BASSDeviceInfo Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BASS_DEVICEINFO flags to be used with BASS_DEVICEINFO

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

public enum BASSDeviceInfo
Members

  Member nameValueDescription
BASS_DEVICE_NONE0 The device is not enabled and not initialized.
BASS_DEVICE_ENABLED1 The device is enabled. It will not be possible to initialize the device if this flag is not present.
BASS_DEVICE_DEFAULT2 The device is the system default.
BASS_DEVICE_INIT4 The device is initialized, ie. BASS_Init(Int32, Int32, BASSInit, IntPtr, IntPtr) or BASS_RecordInit(Int32) has been called.
BASS_DEVICE_LOOPBACK8 The device is a loopback device.
BASS_DEVICE_INPUT16 The device is an input (capture) device.
BASS_DEVICE_UNPLUGGED32 The device is unplugged.
BASS_DEVICE_DISABLED64 The device is disabled.
BASS_DEVICE_DEFAULTCOM128 The device is the system default communication device.
BASS_DEVICES_AIRPLAY16777216 Flag: Used in the device paramater to enumerate Airplay receivers instead of soundcards.
BASS_DEVICE_TYPE_NETWORK16777216 An audio endpoint device that the user accesses remotely through a network.
BASS_DEVICE_TYPE_SPEAKERS33554432 A set of speakers.
BASS_DEVICE_TYPE_LINE50331648 An audio endpoint device that sends a line-level analog signal to a line-input jack on an audio adapter or that receives a line-level analog signal from a line-output jack on the adapter.
BASS_DEVICE_TYPE_HEADPHONES67108864 A set of headphones.
BASS_DEVICE_TYPE_MICROPHONE83886080 A microphone.
BASS_DEVICE_TYPE_HEADSET100663296 An earphone or a pair of earphones with an attached mouthpiece for two-way communication.
BASS_DEVICE_TYPE_HANDSET117440512 The part of a telephone that is held in the hand and that contains a speaker and a microphone for two-way communication.
BASS_DEVICE_TYPE_DIGITAL134217728 An audio endpoint device that connects to an audio adapter through a connector for a digital interface of unknown type.
BASS_DEVICE_TYPE_SPDIF150994944 An audio endpoint device that connects to an audio adapter through a Sony/Philips Digital Interface (S/PDIF) connector.
BASS_DEVICE_TYPE_HDMI167772160 An audio endpoint device that connects to an audio adapter through a High-Definition Multimedia Interface (HDMI) connector.
BASS_DEVICE_TYPE_DISPLAYPORT1073741824 An audio endpoint device that connects to an audio adapter through a DisplayPort connector.
BASS_DEVICE_TYPE_MASK-16777216 Bitmask to identify the device type.
See Also

Reference