BASS.NET API for the Un4seen BASS Audio Library

BassBASS_FXSetParameters Method (Int32, BASS_DX8_I3DL2REVERB)

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,
	BASS_DX8_I3DL2REVERB par
)

Parameters

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

Return Value

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

See BASS_FXSetParameters(Int32, IntPtr) for details.
See Also

Reference