Unix and Linux Discussions Tagged with drive |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
34,065 |
BSD |
|
|
|
3 |
9,618 |
Hardware |
|
|
|
11 |
21,721 |
AIX |
|
|
|
12 |
30,952 |
AIX |
|
|
|
3 |
7,643 |
HP-UX |
|
|
|
10 |
15,441 |
Linux |
|
|
|
17 |
7,358 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
18,029 |
Ubuntu |
|
|
|
1 |
7,155 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
6,688 |
Shell Programming and Scripting |
|
|
|
4 |
21,850 |
Ubuntu |
|
|
|
4 |
4,362 |
Solaris |
|
|
|
0 |
2,029 |
Solaris BigAdmin RSS |
|
|
|
1 |
5,819 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
4,297 |
SCO |
|
|
|
6 |
4,326 |
OS X (Apple) |
|
|
|
1 |
4,270 |
Ubuntu |
|
|
|
1 |
2,798 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,540 |
Shell Programming and Scripting |
|
|
|
0 |
6,569 |
Solaris |
|
|
|
1 |
2,566 |
Solaris |
|
|
|
0 |
1,864 |
Solaris |
|
|
|
0 |
3,370 |
OS X Support RSS |
|
|
|
0 |
4,641 |
OS X Support RSS |
|
|
|
0 |
2,128 |
Complex Event Processing RSS News |
|
|
|
1 |
5,098 |
Solaris |
|
|
|
1 |
4,354 |
Linux |
|
|
|
0 |
4,407 |
SCO |
|
|
|
2 |
6,258 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,035 |
Shell Programming and Scripting |
|
|
|
0 |
1,658 |
UNIX and Linux RSS News |
|
|
|
12 |
9,720 |
Solaris |
|
|
|
0 |
2,137 |
Solaris BigAdmin RSS |
|
|
|
1 |
7,038 |
AIX |
|
|
|
0 |
2,401 |
HP Server News and Podcasts RSS |
|
|
|
0 |
3,822 |
HP Server News and Podcasts RSS |
|
|
|
0 |
3,162 |
HP Server News and Podcasts RSS |
|
|
|
0 |
2,029 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,301 |
Programming |
|
|
|
0 |
2,879 |
UNIX for Advanced & Expert Users |
SDL::Cdrom(3) User Contributed Perl Documentation SDL::Cdrom(3)
NAME
SDL::Cdrom - a SDL perl extension for managing CD-ROM drives
SYNOPSIS
use SDL::Cdrom;
$cdrom = SDL::Cdrom->new(0);
$cdrom->play();
EXPORTS
o "CD_NUM_DRIVES".
DESCRIPTION
Create a new SDL::Cdrom object. The passed $id is the number of the drive, whereas 0 is the first drive etc.
use SDL::Cdrom;
my $drive => SDL::Cdrom->new($id);
METHODS
CD_NUM_DRIVES()
Returns the number of CD-ROM drives present.
name()
Returns the system dependent name of the CD-ROM device.
status()
Return the status of the drive.
play()
Play a track.
pause()
Pause the playing.
resume()
Resume the playing.
stop()
Stop the playing.
eject()
Eject the medium in the drive.
id()
Return the ID of the drive.
num_tracks()
Return the number of tracks on the medium.
track()
Returns the track description
current()
Return the current played track number.
current_frame()
Return the current frame.
AUTHORS
David J. Goehrig Documentation by Tels <http://bloodgate.com/>.
SEE ALSO
perl SDL::Mixer SDL::App.
perl v5.12.1 2010-07-05 SDL::Cdrom(3)