BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerUseInput Property

BASS.NET API for the Un4seen BASS Audio Library
Enables the use of the InputChannel channel with ASIO input (which is the default for Asio input).

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

public bool UseInput { get; set; }

Property Value

Type: Boolean
Remarks

When you are using ASIO with input (IsInput must return ) and set this property to you might use the InputChannel to setup any DSP/FX to be applied to the Asio input or retrieve the recorded sample data. Any DSP/FX set on this channel will also be passed through to the output, if you are using SetFullDuplex(Int32, Int32).

Note: However, you might independently set any DSP/FX on the full-duplex output using the OutputChannel instead.

See Also

Reference