#include <xspf_c.h>
Public Attributes | |
char * | creator |
Track's creator. | |
char * | title |
Track's display name. | |
char * | album |
Album or collection of origin. | |
int | duration |
Track duration in milliseconds. | |
int | tracknum |
Track number. | |
struct xspf_mvalue * | locations |
Track's file locations. | |
struct xspf_mvalue * | identifiers |
Unique track identifiers. | |
struct xspf_track * | next |
Pointer to next track. | |
void * | pdata |
Private data that can be freely used. |
Definition at line 73 of file xspf_c.h.