Publicly inherits CdromBase.
IdeCdrom | ( ); | |
virtual bool | eject | ( int fd ); |
virtual CompactDiscID* | id | ( int fd ); |
virtual bool | init | ( int fd ); |
virtual bool | pause | ( int fd ); |
virtual bool | play | ( int fd, int track ); |
virtual bool | resume | ( int fd ); |
virtual bool | status | ( int fd, CdromStatus& status, int& absTime, int& relTime ); |
virtual bool | stop | ( int fd ); |
virtual int | volume | ( int fd ); |
virtual bool | volume | ( int fd, int vol ); |
bool | _ejectToggle; |
Eject/retract the drive tray.
Return the ID of the current disc, or NULL is no disc is present.
Pause the playing disc.
Play a single, specific track on the disc.
Resume playing the disc after pausing.
Get the current status of the CDROM drive.
Stop the playing disc.
Return the current volume setting.
Set the output volume of the CDROM drive.