
Public Member Functions | |
| XspfCReaderCallback (xspf_list *list) | |
| Create callback interface for filling a xspf_list. | |
| virtual | ~XspfCReaderCallback () |
| Finalize the xspf_list. | |
Private Member Functions | |
| void | addTrack (XspfTrack *track) |
| Callback which adds tracks to the xspf_list. | |
| void | setProps (XspfProps *props) |
| Callback which sets properties in the xspf_list. | |
Private Attributes | |
| xspf_list * | list |
| The C-style Xspf list the tracks should be appended to. | |
| xspf_track ** | newtrack |
| Pointer to the `next' field in the last inserted item for improving append speed. | |
Definition at line 65 of file xspf_c.cpp.
1.5.8