BASS.NET API for the Un4seen BASS Audio Library

ASIOTransportParameters Class

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

SystemObject
  Un4seen.BassAsioASIOTransportParameters

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 ASIOTransportParameters

The ASIOTransportParameters type exposes the following members.

Constructors

  NameDescription
Public methodASIOTransportParameters
Default constructor.
Top
Fields

  NameDescription
Public fieldcommand
One of the following command values (other might be optinally available):

Start1
Stop2
Locate3
PunchIn4
PunchOut5
ArmOn6
ArmOff7
MonitorOn8
MonitorOff9
Arm10
Monitor11

Public fieldfuture
up to 64 chars
Public fieldsamplePosition
number of samples data type is 64 bit integer
Public fieldtrack
track index
Public fieldtrackSwitches
512 tracks on/off
Top
See Also

Reference