BASS.NET API for the Un4seen BASS Audio Library

BASSASIOFuture Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BassAsio Future values that might be used with the BASS_ASIO_Future(Int32, IntPtr) method.

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

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum BASSASIOFuture
Members

  Member nameValueDescription
BASS_ASIO_FUTURE_EnableTimeCodeRead1 No arguments
BASS_ASIO_FUTURE_DisableTimeCodeRead2 No arguments
BASS_ASIO_FUTURE_SetInputMonitor3 ASIOInputMonitor* in params
BASS_ASIO_FUTURE_Transport4 ASIOTransportParameters* in params
BASS_ASIO_FUTURE_SetInputGain5 ASIOChannelControls* in params, apply gain
BASS_ASIO_FUTURE_GetInputMeter6 ASIOChannelControls* in params, fill meter
BASS_ASIO_FUTURE_SetOutputGain7 ASIOChannelControls* in params, apply gain
BASS_ASIO_FUTURE_GetOutputMeter8 ASIOChannelControls* in params, fill meter
BASS_ASIO_FUTURE_CanInputMonitor9 No arguments
BASS_ASIO_FUTURE_CanTimeInfo10 No arguments
BASS_ASIO_FUTURE_CanTimeCode11 No arguments
BASS_ASIO_FUTURE_CanTransport12 No arguments
BASS_ASIO_FUTURE_CanInputGain13 No arguments
BASS_ASIO_FUTURE_CanInputMeter14 No arguments
BASS_ASIO_FUTURE_CanOutputGain15 No arguments
BASS_ASIO_FUTURE_CanOutputMeter16 No arguments
BASS_ASIO_FUTURE_SetIoFormat588323169 DSD support: ASIOIoFormat * in params
BASS_ASIO_FUTURE_GetIoFormat588323203 DSD support: ASIOIoFormat * in params
BASS_ASIO_FUTURE_CanDoIoFormat588324868 DSD support: ASIOIoFormat * in params
See Also

Reference