iso1.c{,pp} Show PVD info as well.

README: revise for the programs we've got.
This commit is contained in:
rocky
2006-03-02 18:57:31 +00:00
parent c2d5b7e0fe
commit ad4aadc3cb
4 changed files with 72 additions and 8 deletions

View File

@@ -1,12 +1,19 @@
$Id: README,v 1.1 2005/02/19 11:42:18 rocky Exp $
$Id: README,v 1.2 2006/03/02 18:57:31 rocky Exp $
This directory contains some simple C++ examples of the use of the libcdio
library.
Descriptions of the programs in this example directory are as follows...
device.cpp: A program to show drivers installed and what the default
CD-ROM drive is and what CD drives are available.
eject.cpp: A program eject a CD from a CD-ROM drive and then close the door
again.
iso1.cpp: A program to show using libiso9660 to list files in a
directory of an ISO-9660 image.
directory of an ISO-9660 image and give basic iso9660
information.
iso2.cpp: A program to show using libiso9660 to extract a file
from a CDRWIN cue/bin CD image.
@@ -14,3 +21,21 @@ iso2.cpp: A program to show using libiso9660 to extract a file
iso3.cpp: A program to show using libiso9660 to extract a file from an
ISO-9660 image.
mmc1.cpp: A program to show issuing a simple MMC command (INQUIRY).
mmc2.cpp: A more involved MMC command to list features from
a MMC GET_CONFIGURATION command.
paranoia.cpp: A program to show using CD-DA paranoia (a library for jitter
detection and audio-read error correction). This program uses
an interface compatible (mostly) with cdparanoia.
paranoia2.cpp: Another program to show using CD-DA paranoia using a more
libcdio-oriented initialization. Probably more suited to
things that otherwise use libcdio such as media players
(e.g. for getting CDDB or CD-Text info)