Go to the source code of this file.
Functions | |
| static const QString & | helloID () |
| static unsigned long | msf2lsn (const Cddb::Msf &msf) |
| static Cddb::Msf | lsn2msf (unsigned long lsn) |
| static int | msf2sec (const Cddb::Msf &msf) |
| static Cddb::Msf | sec2msf (unsigned sec) |
| static int | cddb_sum (int i) |
Variables | |
| const int | CDROM_LEADOUT_TRACK = 0xaa |
| const int | CD_FRAMES_PER_SEC = 75 |
| const int | SECS_PER_MIN = 60 |
| static const char | URL [] = "http://freedb.freedb.org/~cddb/cddb.cgi?cmd=" |
| static const QString & helloID | ( | ) | [static] |
Definition at line 650 of file cddb.cpp.
Referenced by Cddb::Query(), and Cddb::Read().
| static unsigned long msf2lsn | ( | const Cddb::Msf & | msf | ) | [inline, static] |
Definition at line 69 of file cddb.cpp.
Referenced by Cddb::Album::operator QString(), and Cddb::Query().
| static Cddb::Msf lsn2msf | ( | unsigned long | lsn | ) | [inline, static] |
Definition at line 74 of file cddb.cpp.
Referenced by Cddb::Album::operator=().
| static int msf2sec | ( | const Cddb::Msf & | msf | ) | [inline, static] |
Definition at line 87 of file cddb.cpp.
Referenced by Cddb::Album::operator QString(), and Cddb::Album::operator=().
| static Cddb::Msf sec2msf | ( | unsigned | sec | ) | [inline, static] |
Definition at line 91 of file cddb.cpp.
Referenced by Cddb::Album::operator=().
| static int cddb_sum | ( | int | i | ) | [inline, static] |
Definition at line 261 of file cddb.cpp.
Referenced by Cddb::Discid().
| const int CDROM_LEADOUT_TRACK = 0xaa |
Definition at line 29 of file cddb.cpp.
Referenced by Cddb::Album::operator=().
| const int CD_FRAMES_PER_SEC = 75 |
| const int SECS_PER_MIN = 60 |
const char URL[] = "http://freedb.freedb.org/~cddb/cddb.cgi?cmd=" [static] |
Definition at line 33 of file cddb.cpp.
Referenced by BackendSelection::customEvent(), getRSSArticles(), getTreeArticles(), Cddb::Query(), Cddb::Read(), and MythContextPrivate::UPnPconnect().
1.6.3