BASS.NET API for the Un4seen BASS Audio Library

BASSInput 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 BASSInput
Members

  Member nameValueDescription
BASS_INPUT_NONE0 No input flag change.
BASS_INPUT_OFF65536 Disable the input. This flag can't be used when the device supports only one input at a time.
BASS_INPUT_ON131072 Enable the input. If the device only allows one input at a time, then any previously enabled input will be disabled by this.
See Also

Reference