Unix and Linux Discussions Tagged with drive |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
15,355 |
BSD |
|
|
|
3 |
5,375 |
Hardware |
|
|
|
11 |
15,097 |
AIX |
|
|
|
12 |
22,329 |
AIX |
|
|
|
3 |
4,036 |
HP-UX |
|
|
|
10 |
6,873 |
Linux |
|
|
|
17 |
3,099 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
16,508 |
Ubuntu |
|
|
|
1 |
6,371 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
5,745 |
Shell Programming and Scripting |
|
|
|
4 |
19,629 |
Ubuntu |
|
|
|
4 |
3,702 |
Solaris |
|
|
|
0 |
1,629 |
Solaris BigAdmin RSS |
|
|
|
1 |
4,459 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
3,294 |
SCO |
|
|
|
6 |
3,169 |
OS X (Apple) |
|
|
|
1 |
2,943 |
Ubuntu |
|
|
|
1 |
2,365 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,145 |
Shell Programming and Scripting |
|
|
|
0 |
6,005 |
Solaris |
|
|
|
1 |
2,133 |
Solaris |
|
|
|
0 |
1,547 |
Solaris |
|
|
|
0 |
2,969 |
OS X Support RSS |
|
|
|
0 |
4,272 |
OS X Support RSS |
|
|
|
0 |
1,622 |
Complex Event Processing RSS News |
|
|
|
1 |
4,213 |
Solaris |
|
|
|
1 |
3,580 |
Linux |
|
|
|
0 |
3,340 |
SCO |
|
|
|
2 |
5,458 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,383 |
Shell Programming and Scripting |
|
|
|
0 |
1,360 |
UNIX and Linux RSS News |
|
|
|
12 |
8,171 |
Solaris |
|
|
|
0 |
1,755 |
Solaris BigAdmin RSS |
|
|
|
1 |
5,331 |
AIX |
|
|
|
0 |
1,939 |
HP Server News and Podcasts RSS |
|
|
|
0 |
3,241 |
HP Server News and Podcasts RSS |
|
|
|
0 |
2,614 |
HP Server News and Podcasts RSS |
|
|
|
0 |
1,632 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,469 |
Programming |
|
|
|
0 |
2,071 |
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)