Show / Hide Table of Contents

Namespace ManagedBass.Asio

Classes

AsioChannelControls

Used with Future(AsioFuture, IntPtr) and the Get/SetInput resp. Get/SetOutput selector.

AsioInputMonitor

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

AsioIOFormat

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

AsioTransportParameters

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

BassAsio

BassAsio makes it simple to use ASIO hardware, drivers, and can be used with or without BASS.

Structs

AsioChannelInfo

Used with ChannelGetInfo(Boolean, Int32, out AsioChannelInfo) to retrieve information on the current device.

AsioDeviceInfo

Used with GetDeviceInfo(Int32, out AsioDeviceInfo) to retrieve information on an asio device.

AsioInfo

Used with Info to retrieve information on the current device.

Enums

AsioChannelActive

BassAsio active values return by ChannelIsActive(Boolean, Int32).

AsioChannelResetFlags

BassAsio attributes to be used when to reset a channel with ChannelReset(Boolean, Int32, AsioChannelResetFlags).

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.

AsioInitFlags

Initialization flags to be used with Init(Int32, AsioInitFlags)

AsioIOFormatType

Asio IO Format type to be used with FormatType.

AsioNotify

BassAsio notify values as used in the AsioNotifyProcedure.

AsioSampleFormat

BassAsio sample formats to be used with AsioChannelInfo and ChannelGetInfo(Boolean, Int32, out AsioChannelInfo).

AsioTransportCommand

Asio Transport Command to be used with AsioTransportParameters.

Delegates

AsioNotifyProcedure

User defined notification callback function (to be used with SetNotify(AsioNotifyProcedure, IntPtr)).

AsioProcedure

User defined ASIO channel callback function (to be used with ChannelEnable(Boolean, Int32, AsioProcedure, IntPtr)).

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx