#include <yepp.h>
Public Member Functions | |
yeppInfoFrame (const char *buffer) | |
Builds an Info Frame from the buffer. | |
yeppInfoFrame (const yeppInfoFrame &source) | |
Copy Constructor. | |
yeppInfoFrame () | |
Just some initialization. | |
int | getSize (void) |
Returns size of the track, in bytes. | |
char *const | getTrackID (void) |
Returns the trackID of the track this frane refers to. | |
Private Attributes | |
char | trackID [13] |
Unique TrackID. | |
int | size |
Track size in bytes. | |
Friends | |
ostream & | operator<< (ostream &os, const yeppInfoFrame &f) |
Friendly printout of the Info Frame. |
Each track information has 1 info frame, downloaded after all the title frames.
Definition at line 90 of file yepp.h.
|
Builds an Info Frame from the buffer.
|
|
Copy Constructor.
|
|
Just some initialization.
|
|
Returns size of the track, in bytes.
Definition at line 104 of file yepp.h. References size. |
|
Returns the trackID of the track this frane refers to.
Definition at line 106 of file yepp.h. References trackID. Referenced by yeppTrack::getTrackID(). |
|
Friendly printout of the Info Frame.
|
|
Unique TrackID.
Definition at line 93 of file yepp.h. Referenced by getTrackID(). |
|
Track size in bytes.
Definition at line 95 of file yepp.h. Referenced by getSize(). |