BASS.NET API for the Un4seen BASS Audio Library

BaseDSPIsBypassed Property

BASS.NET API for the Un4seen BASS Audio Library
Returns if the DSP is currently bypassed (=bypass).

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

public bool IsBypassed { get; }

Property Value

Type: Boolean
Remarks

Use SetBypass(Boolean) to change the current bypass mode.

Bypassing a DSP is not done automatically! The actual implementation of the DSPCallback(Int32, Int32, IntPtr, Int32, IntPtr) method in a derived class must support this feature (e.g. the IsBypassed member has to be evaluated there).

See Also

Reference