Enum InputTypeFlags
Used with RecordGetInput(Int32, out Single) applying InputTypeMask on the return value;
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum InputTypeFlags : int
Analog
Analog, typically a mix of all analog sources (what you hear).
AnalogCD
Analog audio CD.
Auxiliary
Auxiliary. Like "Line-in", "Aux" may be combined with other analog sources into a single Analog Input on some devices.
Digital
Digital Input source, for example, a DAT or audio CD.
Error
The Type of Input is errorness.
InputTypeMask
The Type of Input is also indicated in the high 8-bits of RecordGetInput(Int32, out Single) (use this to test the return value).
Line
Line-in. On some devices, "Line-in" may be combined with other analog sources into a single Analog Input.
Microphone
Microphone.
MIDISynthesizer
Internal MIDI synthesizer.
Phone
Telephone.
Speaker
PC speaker.
Undefined
Anything that is not covered by the other types
Wave
The device's WAVE/PCM output.