Used with BASS_ASIO_Future(Int32, IntPtr) and the SetInputMonitor selector.
Inheritance Hierarchy
Un4seen.BassAsioASIOInputMonitor
Namespace: Un4seen.BassAsio
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public sealed class ASIOInputMonitor
The ASIOInputMonitor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ASIOInputMonitor |
Default constructor.
|
Fields
| Name | Description | |
|---|---|---|
| gain |
suggested gain, ranging 0 - 0x7fffffffL (-inf to +12 dB)
| |
| input |
this input was set to monitor (or off), -1: all
| |
| output |
suggested output for monitoring the input (if so)
| |
| pan |
suggested pan, 0 = all left, 0x7fffffff = right
| |
| state |
TRUE = on, FALSE = off
|
See Also