#include <yepp.h>
Collaboration diagram for yeppTrack:
Public Member Functions | |
yeppTrack () | |
Empty constructor. | |
yeppTrack (const yeppTrack &source) | |
Copy constructor. | |
int | build (const char *buffer) |
Build a Track from the buffer. | |
int | build_title (void) |
char *const | getTrackID (void) |
Public Attributes | |
list< yeppTitleFrame > | title_frames |
All the title frames, in the right order. | |
yeppInfoFrame | info_frame |
Info frame of the track. | |
string | title |
Title of the track. | |
Friends | |
ostream & | operator<< (ostream &os, const yeppTrack &t) |
Friendly printout of the track. |
Definition at line 115 of file yepp.h.
|
Empty constructor.
|
|
Copy constructor.
|
|
Build a Track from the buffer. Builds the filename, identifies track title frames and track info frame
|
|
|
|
Definition at line 138 of file yepp.h. References yeppInfoFrame::getTrackID(), and info_frame. |
|
Friendly printout of the track.
|
|
All the title frames, in the right order.
|
|
Info frame of the track.
Definition at line 121 of file yepp.h. Referenced by getTrackID(). |
|
Title of the track.
|