#include "OSDLCDROMDriveHandler.h"
#include "Ceylan.h"
#include <string>
#include <map>
Include dependency graph for OSDLCDROMDrive.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
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... | |
Typedefs | |
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... |