mmplaylist_terminate()

Terminate the library.

Synopsis:

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

Arguments:

(None)

Library:

libmmplaylist

Description:

Terminate the playlist library from use. You must call this function once, and it must be the last function you call. This function unloads all PLPs from the library.

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 on success

-1 on error