xspf_c  1.2.0
Public Attributes | List of all members
xspf_track Struct Reference

Single track in an XSPF list. More...

#include <xspf_c.h>

Collaboration diagram for xspf_track:
Collaboration graph
[legend]

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_mvaluelocations
 Track's file locations.
 
struct xspf_mvalueidentifiers
 Unique track identifiers.
 
struct xspf_tracknext
 Pointer to next track.
 
void * pdata
 Private data that can be freely used.
 

Detailed Description

Single track in an XSPF list.

Definition at line 73 of file xspf_c.h.


The documentation for this struct was generated from the following file: