52 lines
1.9 KiB
HTML
52 lines
1.9 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
|
|
<META NAME="Generator" CONTENT="Microsoft Word 97">
|
|
<TITLE>CD Audio</TITLE>
|
|
<META NAME="Template" CONTENT="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
|
</HEAD>
|
|
<BODY TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff" leftmargin="8">
|
|
<FONT FACE="Verdana"><H2><A NAME="cdaudio">CDAudio</A> </H2>
|
|
|
|
<H3>Summary</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
|
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations
|
|
by intercepting the relevant audio ioctls and translating them into the command
|
|
block(s) expected by the non-compliant cdroms. It supports Plug and Play and
|
|
Power Management, and is 64-bit compliant.<P>
|
|
|
|
No INF file is needed to install this driver.<P>
|
|
|
|
|
|
<H3>Building the Sample</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
|
To build the sample, run the <b>build</B> command. Once built, this sample
|
|
will create one binary: cdaudio.sys.
|
|
|
|
<H3>Running the Sample</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
|
The CD Audio driver should only be installed as an upper filter driver for a
|
|
cdrom device. To install this driver see the
|
|
<A HREF="..\addfilter\addfiltr.htm">addfilter</A> installer sample.
|
|
This program installs a specific filter driver and must be modified to
|
|
install cdaudio.sys.
|
|
|
|
<H3>CODE TOUR</H3>
|
|
<H4>File Manifest</H4>
|
|
</FONT><U><PRE>File		 Description
|
|
</U>
|
|
Cdaudio.c	 Main code base
|
|
Cdaudio.h	 Header file
|
|
Cdaudio.rc	 Resource file
|
|
Makefile	 Makefile
|
|
Sources	 Sources
|
|
|
|
|
|
|
|
</FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
|
|
<TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
|
|
<TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
|
|
<P></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<FONT FACE="MS Sans Serif" SIZE=1><P>© 1999 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
|
|
</HTML>
|