xspf_c
1.2.0
|
Single track in an XSPF list. More...
#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. | |