BASS.NET API for the Un4seen BASS Audio Library

ASIOInputMonitor Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_ASIO_Future(Int32, IntPtr) and the SetInputMonitor selector.
Inheritance Hierarchy

SystemObject
  Un4seen.BassAsioASIOInputMonitor

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class ASIOInputMonitor

The ASIOInputMonitor type exposes the following members.

Constructors

  NameDescription
Public methodASIOInputMonitor
Default constructor.
Top
Fields

  NameDescription
Public fieldgain
suggested gain, ranging 0 - 0x7fffffffL (-inf to +12 dB)
Public fieldinput
this input was set to monitor (or off), -1: all
Public fieldoutput
suggested output for monitoring the input (if so)
Public fieldpan
suggested pan, 0 = all left, 0x7fffffff = right
Public fieldstate
TRUE = on, FALSE = off
Top
See Also

Reference