#include "OSDLCDROMDriveHandler.h"
#include "Ceylan.h"
#include <string>
#include <list>
#include <map>
Go to the source code of this file.
Classes | |
class | OSDL::CDTrack |
Describes a CD track, it is just an object-oriented view of an actual track. More... | |
class | OSDL::CDROMDrive |
A CD-ROM drive allows to control a particular CD-ROM device attached to the system. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
Typedefs | |
typedef ::SDL_CD | OSDL::LowLevelCDROM |
typedef ::SDL_CDtrack | OSDL::LowLevelCDROMTrack |
typedef Ceylan::Count | OSDL::TrackNumber |
typedef Ceylan::Uint32 | OSDL::FrameCount |
Describes a number of CD frames. | |
Enumerations | |
enum | OSDL::TrackType { OSDL::audioTrack, OSDL::dataTrack } |
Describes the different kinds of tracks. More... |