Returns an input channel which allows you to retrieve the recorded sample data and/or apply any DSP/FX on Wasapi input.
Namespace: Un4seen.BassWasapi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Property Value
Type: Int32Remarks
As the InputChannel is a dummy custom decoding stream you can not call BASS_ChannelGetData(Int32, IntPtr, Int32) directly on it in order to directly get the sample data; nor can you use it directly as a source stream for any (mixer)output! Instead use a DSPPROC via BASS_ChannelSetDSP(Int32, DSPPROC, IntPtr, Int32) to retrieve the sample data.
Note: However, you might independently set any DSP/FX on the full-duplex output using the OutputChannel instead.
See Also