BASS.NET API for the Un4seen BASS Audio Library

BassBASS_FXSetParameters Method (Int32, IntPtr)

BASS.NET API for the Un4seen BASS Audio Library
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,
	IntPtr par
)

Parameters

handle
Type: SystemInt32
The effect handle.
par
Type: SystemIntPtr
An instance of an effect parameter structures.

Additional effect parameter structures might be implemented by add-ons.

Return Value

Type: Boolean
If successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
See Also

Reference