mmplaylist_terminate()

Terminate the library

Synopsis:

#include <mm/mmplaylist.h>
int mmplaylist_terminate( void )

Library:

libmmplaylist

Description:

This function terminates the playlist library from use by unloading all the PLPs. You must call this function once and it must be the last function you call.

If an error occurs, the function returns an error code but the library still becomes unusable. The application should not, under any circumstances, call any library function (not even mmplaylist_last_error_get()) after calling this function.

Returns:

0
Success.
-1
An error occurred (call mmplaylist_last_error_get() for details).