Show / Hide Table of Contents

Class AsioInputMonitor

Used with Future(AsioFuture, IntPtr) and the SetInputMonitor selector.

Inheritance
Object
AsioInputMonitor
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public class AsioInputMonitor : object

Fields

Gain

suggested gain, ranging 0 - 0x7fffffffL (-inf to +12 dB)

Declaration
public int Gain
Field Value
Int32

Input

this Input was set to monitor (or off), -1: all

Declaration
public int Input
Field Value
Int32

Output

suggested output for monitoring the Input (if so)

Declaration
public int Output
Field Value
Int32

Pan

suggested pan, 0 = all left, 0x7fffffff = right

Declaration
public int Pan
Field Value
Int32

State

TRUE = on, FALSE = off

Declaration
public bool State
Field Value
Boolean

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx