#include <freedb/freedb.hxx>
Inheritance diagram for Freedb:
Static Public Methods | |
vector< TrackPosition > | getTrackOffsets (string device="/dev/cdrom") |
Reads the CD-TOC and saves track positions in a vector. | |
unsigned long | getDiscID (string device="/dev/cdrom") |
This is what you have to do in your own code if you want full control; otherwise you are free to use this. |
You will use this class indirectly for every freedb action, whether it is working with local data or getting information from remote servers, and directly for static things like generation of a discid.
Definition at line 164 of file freedb.hxx.
|
This is what you have to do in your own code if you want full control; otherwise you are free to use this.
Definition at line 127 of file cdrom.cxx. References getTrackOffsets(). |
|
Reads the CD-TOC and saves track positions in a vector. See sourcecode in cdrom.cxx for info on how to calculate the absolute frame position of a track.
Definition at line 20 of file cdrom.cxx. References Error::errcode, Error::errmsg, Error::extinfo, and itos(). Referenced by getDiscID(). |