Home | All Classes | Grouped Classes | Index | Search
CD drive audio interface. More...
Derived from:
none
Derived by:
none
Group: Sound (CD Audio)
#include <ClanLib/sound.h>
Construction:
Constructs a CD drive object. |
Attributes:
Returns the amount of CD drives available on the system. | |
Get the path of the CD drive. | |
Get the name of the CD. | |
Get the number of tracks available on the cd. | |
Returns true if the CD drive is playing. | |
Returns the current track. | |
Returns the current frame on the track. |
Operations:
Play from track 'track' til track 'end_track'. | |
Play from frame 'frame' to 'end_frame'. | |
Play track 'track'. Returns true if successful. | |
Stop playing. | |
Pause the playback. | |
Resume the playback. |
Detailed description:
!group=Sound/CD Audio! !header=sound.h!Use this class to control the CDROM drive in your computer.