Show / Hide Table of Contents

Class AsioChannelControls

Used with Future(AsioFuture, IntPtr) and the Get/SetInput resp. Get/SetOutput selector.

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

Fields

Channel

the channel index

Declaration
public int Channel
Field Value
Int32

Future

up to 32 chars

Declaration
public string Future
Field Value
String

Gain

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

Declaration
public int Gain
Field Value
Int32

IsInput

TRUE = Input, FALSE = Output

Declaration
public bool IsInput
Field Value
Boolean

Meter

returned meter value, ranging 0 - 0x7fffffffL (-inf to +12 dB)

Declaration
public int Meter
Field Value
Int32

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx