BASS.NET API for the Un4seen BASS Audio Library

ASIOChannelControls Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_ASIO_Future(Int32, IntPtr) and the Get/SetInput resp. Get/SetOutput selector.
Inheritance Hierarchy

SystemObject
  Un4seen.BassAsioASIOChannelControls

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 ASIOChannelControls

The ASIOChannelControls type exposes the following members.

Constructors

  NameDescription
Public methodASIOChannelControls
Default constructor.
Top
Fields

  NameDescription
Public fieldchannel
the channel index
Public fieldfuture
up to 32 chars
Public fieldgain
the gain value, ranging 0 - 0x7fffffffL (-inf to +12 dB)
Public fieldisInput
TRUE = input, FALSE = Output
Public fieldmeter
returned meter value, ranging 0 - 0x7fffffffL (-inf to +12 dB)
Top
See Also

Reference