This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/example
rocky 19991ded7b add psz_ to hwinfo type.
_cdio_linux.c: go back to using SCSI MMC drive cap routine.
2004-08-27 11:53:38 +00:00
..
2004-08-27 11:28:03 +00:00
2004-08-07 10:40:29 +00:00
2004-08-07 10:50:03 +00:00
2004-08-07 10:50:03 +00:00
2004-08-07 10:50:03 +00:00
2004-08-07 10:50:03 +00:00
2004-08-27 11:32:12 +00:00
2004-08-27 11:34:44 +00:00
2004-08-27 11:36:45 +00:00
2004-07-29 05:32:55 +00:00
2004-08-27 11:53:38 +00:00

$Id: README,v 1.8 2004/08/07 10:40:29 rocky Exp $

This directory contains some simple examples of the use of the libcdio
library.

A larger more-complicated example are the cd-drive, cd-info, cd-read,
iso-info and iso-read programs in the src directory.

Descriptions of the programs here are as follows...

sample1.c: A simple program to list track numbers and logical sector
   numbers of a Compact Disc using libcdio.

sample2.c: A simple program to show drivers installed and what the
   default CD-ROM drive is.

sample3.c: A simple program to show the use of cdio_guess_cd_type().
   Figure out the kind of CD image we've got.

sample4.c: A slightly improved sample3 program: we handle cdio logging
   and take an optional CD-location.

sample5.c: A program to show drivers installed and what the default
   CD-ROM drive is and what CD drives are available.

sample6.c: A simple program to show using libiso9660 to extract a file
   from a CDRWIN cue/bin CD image.

sample7.c: A program to show using libiso9660 to extract a file from an
   ISO-9660 image.

sample8.c: A program to show CD-Text and CD disc mode info.

sample9.c: A program to show issuing a simple SCSI-MMC command (INQUIRY).

sample10.c: A more involved SCSI-MMC command to list features from 
	    a SCSI GET_CONFIGURATION command.