Show / Hide Table of Contents

Class AsioTransportParameters

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

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

Fields

command

One of the AsioTransportCommand values (other values might be available).

Declaration
public AsioTransportCommand command
Field Value
AsioTransportCommand

Future

Max 64 characters.

Declaration
public string Future
Field Value
String

SamplePosition

Number of samples data.

Declaration
public long SamplePosition
Field Value
Int64

Track

Track Index

Declaration
public int Track
Field Value
Int32

TrackSwitches

512 Tracks on/off

Declaration
public int[] TrackSwitches
Field Value
Int32[]

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx