• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

OO/H03-May-2022-2,6642,017

Makefile.amH A D12-Aug-20182 KiB6531

Makefile.inH A D03-May-202243.3 KiB1,2911,134

READMEH A D12-Aug-20181.5 KiB4427

device.cppH A D12-Aug-20184.7 KiB13696

eject.cppH A D12-Aug-20182.7 KiB10169

isofile.cppH A D12-Aug-20183.7 KiB156101

isofile2.cppH A D12-Aug-20183.7 KiB156101

isolist.cppH A D12-Aug-20183.4 KiB12272

mmc1.cppH A D12-Aug-20182.7 KiB9760

mmc2.cppH A D12-Aug-20185.2 KiB195159

README

1$Id: README,v 1.4 2006/04/15 16:22:49 rocky Exp $
2
3This directory contains some simple C++ examples of the use of the libcdio
4library.
5
6Descriptions of the programs in this example directory are as follows...
7
8device.cpp: A program to show drivers installed and what the default
9	    CD-ROM drive is and what CD drives are available.
10
11eject.cpp:  A program eject a CD from a CD-ROM drive and then close the door
12	    again.
13
14isofile.cpp:  A program to show using libiso9660 to extract a file from an
15	      ISO-9660 image.
16
17isofile2.cpp: A program to show using libiso9660 to extract a file
18	      from a CDRWIN cue/bin CD image.
19
20isolist.cpp:   A program to show using libiso9660 to list files in a
21	       directory of an ISO-9660 image and give basic iso9660
22	       information.
23
24mmc1.cpp:   A program to show issuing a simple MMC command (INQUIRY).
25
26mmc2.cpp:   A more involved MMC command to list features from
27	    a MMC GET_CONFIGURATION command.
28
29paranoia.cpp: A program to show using CD-DA paranoia (a library for jitter
30	      detection and audio-read error correction). This program uses
31	      an interface compatible (mostly) with cdparanoia. It looks for
32	      a CD-ROM with an audio CD in it and rips up to the first 300
33              sectors of track 1 to file track1s.wav.
34
35paranoia2.cpp: Another program to show using CD-DA paranoia using a more
36	       libcdio-oriented initialization. Probably more suited to
37	       things that otherwise use libcdio such as media players
38	       (e.g. for getting CDDB or CD-Text info)
39
40
41
42
43
44