perlcdio 0.2.3 review
Downloadperlcdio is a lower-level wrapper to libcdio, the CD Input and Control library. SYNOPSIS This is fairly straight-forward wrappe
|
|
perlcdio is a lower-level wrapper to libcdio, the CD Input and Control library.
SYNOPSIS
This is fairly straight-forward wrapper around the C library libcdio. Although this is perfectly usable on its own, it is expected that the Object-Oriented interface Device::Cdio is what most people will want to use.
There are various constants that are defined here.
Encapsulation is done in two parts. The lower-level Perl interface is called perlcdio (this file) and is generated via SWIG.
CONSTANTS
Driver ID's
DRIVER_UNKNOWN
Use when you don't know what kind of driver and you don't care if it is an CD image driver or a real CD-ROM driver. See also DRIVER_DEVICE which doesn't include image drivers.
DRIVER_AIX
Driver for IBM's AIX.
DRIVER_BSDI
Driver for BSDI.
DRIVER_FREEBSD
Driver for Free BSD
DRIVER_LINUX
Driver for GNU/LINUX
DRIVER_SOLARIS
Driver for Solaris
DRIVER_OSX
Driver for Apple's OS X.
DRIVER_WIN32
Driver for Microsoft Windows
DRIVER_CDRDAO
Image Driver for cdrdao
DRIVER_BINCUE
Image driver for CDRWin BIN/CUE
DRIVER_NRG
Image driver for Nero NRG
DRIVER_DEVICE
Use when you don't know what kind of driver but the driver must be a real CD-ROM driver. See also DRIVER_UNKNOWN which includes image drivers.
Real OS driver numbers come before image-disc drivers. Here are constants that can be used in iteration.
MIN_DRIVER
Smallest image or OS driver number.
MIN_DEVICE_DRIVER
Smallest OS device driver number.
MAX_DRIVER
Largest image or OS device driver number.
MAX_DEVICE_DRIVER
Largest device driver number.
perlcdio 0.2.3 search tags