BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerUseInput Property

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

Namespace:  Un4seen.BassWasapi
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 WASAPI 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 Wasapi 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, BASSFlag, Boolean).

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

See Also

Reference