mmplaylist_t

Data type for playlist session handle

Synopsis:

#include <mm/mmplaylist.h>
typedef struct mmplaylist mmplaylist_t;

Library:

libmmplaylist

Description:

The mmplaylist_t structure is a private data type representing a playlist session handle. An object of this type is returned by mmplaylist_open() and must be used in subsequent API calls to refer to the same playlist session. The handle is valid until you close the playlist session with mmplaylist_close().