BASS_MusicFree
Frees a MOD music's resources, including any sync/DSP/FX it has.
BOOL BASS_MusicFree(
HMUSIC handle
);
Parameters
handle | The MOD music handle.
|
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_HANDLE | handle is not valid.
|
See also
BASS_MusicLoad