Sets the parameters of an effect.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
[DllImportAttribute("bass")] public static bool BASS_FXSetParameters( int handle, BASS_BFX_DISTORTION par )
Parameters
- handle
- Type: SystemInt32
The effect handle. - par
- Type: Un4seen.Bass.AddOn.FxBASS_BFX_DISTORTION
An instance of an effect parameter structures.
Return Value
Type: BooleanIf successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks
See Also