perlcdio(3pm) | User Contributed Perl Documentation | perlcdio(3pm) |
perlcdio - lower-level wrapper to libcdio, the CD Input and Control library
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.
May driver operations return a status code.
Miscellaneous
Read Capabilities
Derived Capabilities
These constants are used in getting drive capabilities:
perlcdio::cdio_version
Returns the libcdio version string Device::Cdio is currently linked with.
This seems to be an artifact of SWIG.
<http://www.gnu.org/software/libcdio> has documentation on libcdio including the a manual and the API via doxygen.
Rocky Bernstein "<rocky at cpan.org>".
Copyright (C) 2006, 2008, 2011 Rocky Bernstein <rocky@cpan.org>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
2024-04-01 | perl v5.38.2 |