List of supported playlist formats
#include <mm/mmplaylist.h>
typedef struct mmplaylist_fmt_list {
int num_extensions;
const char *const* playlist_extensions;
int num_mimetypes;
const char *const* playlist_mimetypes;
} mmplaylist_fmt_list_t;
The mmplaylist_fmt_list_t structure stores the list of supported playlist formats. This structure is filled in and returned to the client by mmplaylist_supported_fmts_get(). When finished using this information, the client must free the structure by calling mmplaylist_supported_fmts_release().