BASS.NET API for the Un4seen BASS Audio Library

BassBASS_MusicFree Method

BASS.NET API for the Un4seen BASS Audio Library
Frees a MOD music's resources, including any sync/DSP/FX it has.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass")]
public static bool BASS_MusicFree(
	int handle
)

Parameters

handle
Type: SystemInt32
The MOD music handle (which has been created with BASS_MusicLoad(String, Int64, Int32, BASSFlag, Int32)).

Return Value

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

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

See Also

Reference