BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerIsResampling Property

BASS.NET API for the Un4seen BASS Audio Library
Returns , if resampling takes place on the used Channel and Device.

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

public bool IsResampling { get; }

Property Value

Type: Boolean
Remarks

Resampling is needed, if the ASIO channel samplerate is different than the ASIO device samplerate. If you are using ASIO input with the full-duplex option this property will check both, if resampling happens either on the ASIO input or on the ASIO output.
See Also

Reference