BASS.NET API for the Un4seen BASS Audio Library

BASSInputType Enumeration

BASS.NET API for the Un4seen BASS Audio Library

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

public enum BASSInputType
Members

  Member nameValueDescription
BASS_INPUT_TYPE_ERROR-1 The type of input is errorness.
BASS_INPUT_TYPE_MASK-16777216 The type of input is also indicated in the high 8-bits of BASS_RecordGetInput(Int32, Single) (use BASS_INPUT_TYPE_MASK to test the return value).
BASS_INPUT_TYPE_UNDEF0 Anything that is not covered by the other types
BASS_INPUT_TYPE_DIGITAL16777216 Digital input source, for example, a DAT or audio CD.
BASS_INPUT_TYPE_LINE33554432 Line-in. On some devices, "Line-in" may be combined with other analog sources into a single BASS_INPUT_TYPE_ANALOG input.
BASS_INPUT_TYPE_MIC50331648 Microphone.
BASS_INPUT_TYPE_SYNTH67108864 Internal MIDI synthesizer.
BASS_INPUT_TYPE_CD83886080 Analog audio CD.
BASS_INPUT_TYPE_PHONE100663296 Telephone.
BASS_INPUT_TYPE_SPEAKER117440512 PC speaker.
BASS_INPUT_TYPE_WAVE134217728 The device's WAVE/PCM output.
BASS_INPUT_TYPE_AUX150994944 Auxiliary. Like "Line-in", "Aux" may be combined with other analog sources into a single BASS_INPUT_TYPE_ANALOG input on some devices.
BASS_INPUT_TYPE_ANALOG167772160 Analog, typically a mix of all analog sources (what you hear).
See Also

Reference