Parsed XSPF file. More...
#include <xspf_c.h>
Public Attributes | |
char * | license |
Playlist's license. | |
char * | location |
Playlist's file location. | |
char * | identifier |
Playlist's unique indentifier. | |
struct xspf_track * | tracks |
Linked list of tracks inside the playlist. | |
void * | pdata |
Private data that can be freely used. |
Parsed XSPF file.
Definition at line 119 of file xspf_c.h.