mmplaylist_entry_validated_t

Properties of retrieved playlist entries

Synopsis:

#include <mm/mmplaylist.h>
typedef enum {
    MMPLAYLIST_ENTRY_RESOLVED = 0,   
    MMPLAYLIST_ENTRY_NOT_LOCATED = 0x01,   
    MMPLAYLIST_ENTRY_NOT_CONVERTED = 0x02,   
} mmplaylist_entry_validated_t;

Data:

MMPLAYLIST_ENTRY_RESOLVED
The resolved entry is valid (no further processing is required).
MMPLAYLIST_ENTRY_NOT_LOCATED
The entry's track file wasn't found.
MMPLAYLIST_ENTRY_NOT_CONVERTED
The entry couldn't be converted to the desired encoding.

Library:

libmmplaylist