Blame example/C++/README

Packit dd8086
$Id: README,v 1.4 2006/04/15 16:22:49 rocky Exp $
Packit dd8086
Packit dd8086
This directory contains some simple C++ examples of the use of the libcdio
Packit dd8086
library.
Packit dd8086
Packit dd8086
Descriptions of the programs in this example directory are as follows...
Packit dd8086
Packit dd8086
device.cpp: A program to show drivers installed and what the default
Packit dd8086
	    CD-ROM drive is and what CD drives are available.
Packit dd8086
Packit dd8086
eject.cpp:  A program eject a CD from a CD-ROM drive and then close the door
Packit dd8086
	    again.
Packit dd8086
Packit dd8086
isofile.cpp:  A program to show using libiso9660 to extract a file from an
Packit dd8086
	      ISO-9660 image.
Packit dd8086
Packit dd8086
isofile2.cpp: A program to show using libiso9660 to extract a file
Packit dd8086
	      from a CDRWIN cue/bin CD image.
Packit dd8086
Packit dd8086
isolist.cpp:   A program to show using libiso9660 to list files in a
Packit dd8086
	       directory of an ISO-9660 image and give basic iso9660 
Packit dd8086
	       information.
Packit dd8086
Packit dd8086
mmc1.cpp:   A program to show issuing a simple MMC command (INQUIRY).
Packit dd8086
Packit dd8086
mmc2.cpp:   A more involved MMC command to list features from 
Packit dd8086
	    a MMC GET_CONFIGURATION command.
Packit dd8086
Packit dd8086
paranoia.cpp: A program to show using CD-DA paranoia (a library for jitter
Packit dd8086
	      detection and audio-read error correction). This program uses
Packit dd8086
	      an interface compatible (mostly) with cdparanoia. It looks for
Packit dd8086
	      a CD-ROM with an audio CD in it and rips up to the first 300 
Packit dd8086
              sectors of track 1 to file track1s.wav.
Packit dd8086
Packit dd8086
paranoia2.cpp: Another program to show using CD-DA paranoia using a more
Packit dd8086
	       libcdio-oriented initialization. Probably more suited to
Packit dd8086
	       things that otherwise use libcdio such as media players 
Packit dd8086
	       (e.g. for getting CDDB or CD-Text info)
Packit dd8086
Packit dd8086
Packit dd8086
Packit dd8086
Packit dd8086