BASS.NET API for the Un4seen BASS Audio Library

BassBASS_FXGetParameters Method (Int32, BASS_BFX_ECHO4)

BASS.NET API for the Un4seen BASS Audio Library
Retrieves 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_FXGetParameters(
	int handle,
	BASS_BFX_ECHO4 par
)

Parameters

handle
Type: SystemInt32
The effect handle.
par
Type: Un4seen.Bass.AddOn.FxBASS_BFX_ECHO4
An instance of an effect parameter structures which should be filled.

Return Value

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

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

Reference