Show / Hide Table of Contents

Enum AsioFuture

BassAsio Future values that might be used with the Future(AsioFuture, IntPtr) method.

Note: Other/Additional values might be possible - see your drivers manual for details.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public enum AsioFuture : int

CanDoIoFormat

DSD support: ASIOIoFormat * in params

CanInputGain

No arguments

CanInputMeter

No arguments

CanInputMonitor

No arguments

CanOutputGain

No arguments

CanOutputMeter

No arguments

CanTimeCode

No arguments

CanTimeInfo

No arguments

CanTransport

No arguments

DisableTimeCodeRead

No arguments

EnableTimeCodeRead

No arguments

GetInputMeter

ASIOChannelControls* in params, fill meter

GetIoFormat

DSD support: ASIOIoFormat * in params

GetOutputMeter

ASIOChannelControls* in params, fill meter

SetInputGain

ASIOChannelControls* in params, apply gain

SetInputMonitor

ASIOInputMonitor* in params

SetIoFormat

DSD support: ASIOIoFormat * in params

SetOutputGain

ASIOChannelControls* in params, apply gain

Transport

ASIOTransportParameters* in params

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx