Mp3.GlobalInit(); ... Mp3.GlobalShutdown(); Open from file:
if (mp3_global_init() != MP3_OK) { /* handle error */ } /* ... use library ... */ mp3_global_shutdown(); C#: mp3dllcc
void mp3_close(mp3_handle_t *h); Example (C): C#: void mp3_close(mp3_handle_t *h)