Pauses or resumes an effect or DSP function.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax
[DllImportAttribute("bass")] public static bool BASS_FXSetBypass( int handle, bool bypass )
Parameters
- handle
- Type: SystemInt32
The DSP/FX handle... a HDSP or HFX. - bypass
- Type: SystemBoolean
Bypass the DSP/FX?
Return Value
Type: BooleanIf successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks
| ERROR CODE | Description |
|---|---|
| BASS_ERROR_HANDLE | handle is not valid. |
See Also