mmplaylist_fmt_list_t

List of supported playlist formats

Synopsis:

#include <mm/mmplaylist.h>
typedef struct mmplaylist_fmt_list {
    int num_entries;
    char **playlist_fmtstr;
} mmplaylist_fmt_list_t;

Data:

int num_entries
The number of extensions/formats that are supported.
char **playlist_fmtstr
An array of strings containing the supported extensions/formats.

Library:

libmmplaylist

Description:

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().