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.18.0
Syntax
Parameters
- handle
- Type: SystemInt32
The MOD music handle (which has been created with BASS_MusicLoad(BASSFiletype, IntPtr, Int64, Int64, BASSFlag, Int32)).
Return Value
Type: BooleanIf successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks
| ERROR CODE | Description |
|---|---|
| BASS_ERROR_HANDLE | handle is not valid. |
See Also