#include <yepp.h>
Public Member Functions | |
yeppPlaylist () | |
Does nothing. | |
yeppPlaylist (const yeppPlaylist &source) | |
Copy constructor. | |
int | build (char *buffer, int buflen) |
Build a yeppPlaylist from the data in the buffer. | |
int | build (char *filename) |
Used in development. | |
int | title_frame_no (char *buffer) |
Checks wheter this is a title frame and return its index. | |
Public Attributes | |
vector< yeppTrack > | tracks |
Tracks in the playlist. | |
Friends | |
ostream & | operator<< (ostream &os, const yeppPlaylist &p) |
Friendly printout of the playlist. |
This class does not know where playlist is.
Definition at line 148 of file yepp.h.
|
Does nothing.
|
|
Copy constructor.
|
|
Build a yeppPlaylist from the data in the buffer.
|
|
Used in development.
|
|
Checks wheter this is a title frame and return its index. Since title frames are downloaded from device in reverse order I use this as a convenience.
|
|
Friendly printout of the playlist.
|
|
Tracks in the playlist.
|