BASS.NET API for the Un4seen BASS Audio Library

BaseDSPSetBypass Method

BASS.NET API for the Un4seen BASS Audio Library
Sets the Bypass mode.

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

public void SetBypass(
	bool bypass
)

Parameters

bypass
Type: SystemBoolean
Bypass?
Remarks

If Bypass is set, a DSP function should actually return immediately and not process the sample data. You might check the actual Bypass mode with the IsBypassed property.

If the DSP function should be bypassed, this needs to be implemented in the DSPCallback(Int32, Int32, IntPtr, Int32, IntPtr) function of a derived class.

See Also

Reference