Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<html>
<head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Readme</title> </head>
<body>
<p>Readme.txt for ATITUNEP</p> <p><br> Description:<br> ------------<br> <br> ATITUNEP is a sample WDM stream class TVTuner driver. It manifests itself in a DShow graph as "ATI TVTuner". It controls the following tuner hardware (and any other hardware/software compatible devices):<br> <br> FR1236 - Philips FR1200 series TV and FM tuner family, including:<br> </p> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="82%" id="AutoNumber1" bordercolordark="#FFFFFF" bordercolorlight="#FFFFFF"> <tr> <td width="13%">FI1216 </td> <td width="35%">CCIR B, G System</td> <td width="52%">(Western Europe)</td> </tr> <tr> <td width="13%">FI1216J </td> <td width="35%">RTMA M+N System </td> <td width="52%">(Japan)</td> </tr> <tr> <td width="13%">FI1236 </td> <td width="35%">RTMA M+N System </td> <td width="52%">(USA)</td> </tr> <tr> <td width="13%">FI1246 </td> <td width="35%">CCIR I System</td> <td width="52%">(UK, Ireland, SA, H.K.)</td> </tr> <tr> <td width="13%">FI1256 </td> <td width="35%">OIRT System </td> <td width="52%">(China, Russia, E. Europe)</td> </tr> <tr> <td width="13%">FI1216 </td> <td width="35%">CCIR B,G, L, L1 System</td> <td width="52%">(W. Europe, SE Asia, OZ, NZ)</td> </tr> <tr> <td width="13%">FR1236MK2 </td> <td width="35%">RTMN M+N System + FM</td> <td width="52%">(USA)</td> </tr> </table> <p><br> Installation:<br> -------------<br> <br> ATITUNEP is not a true PnP driver, since it is accessed via the I2C bus controlled by the graphics device for which no bus enumerator exists.<br> <br> ATITUNEP exists as a child device of the display device. It is force installed by the following lines in \windows\inf\DxATI.inf:<br> <br> [ATI_M64.AIW.AddReg]<br> HKR,"ENUM\Device1",pnpid,,"atitunep"<br> <br> <br> Testing:<br> -------- <br> <br> 1. WebTV for Windows</p> <blockquote> <p><br> - Install an ATI All-In-Wonder or All-In-Wonder Pro adapter.<br> - Since subvendor IDs are not available in the Rage3 to distinguish different hardware configurations, you must manually select the appropriate driver to install:</p> <blockquote> <p>All-In-Wonder (ati_m64) <br> All-In-Wonder PRO (atir3)</p> </blockquote> <p>- Install WebTV for Windows</p> <blockquote> <p>StartMenu.Settings.ControlPanel.Add/Remove Programs.WindowsSetup.</p> </blockquote> <p>WebTV for Windows</p> <blockquote> <p>- Click the TV icon in the tray, and watch TV</p> </blockquote> </blockquote> <p><br> 2. GraphEdt.exe</p> <blockquote> <p><br> - Make sure you're using a version of DShow 5.2 or better GraphEdt.exe. This is needed to support new PnP features.</p> <p>- Graph.InsertFilters</p> <blockquote> <p>"WDM Streaming Capture Devices"</p> <blockquote> <p>"BT829 Capture"</p> </blockquote> <p>"WDM Streaming Crossbar Devices"</p> <blockquote> <p>"ATI Crossbar"<br> "BT829 Crossbar"</p> </blockquote> <p>"WDM Streaming TvTuner Devices"</p> <blockquote> <p>"ATI TvTuner"</p> </blockquote> <p>"Direct Show filters"</p> <blockquote> <p>"Overlay Mixer"</p> </blockquote> </blockquote> <p>- Connect up the graph by rendering the output pins on the TvTuner<br> - Graph.Play<br> - Right Click on TvTuner filter to change the TV channel<br> - Right Click on Crossbar filter to change the input selection.<br> - Right Click on Capture filter to change capture filter properties</p> </blockquote> <p><br> 3. AMCap.exe<br> <br> This capture application is provided in the DShow SDK, and does all of the graph building automatically for both WDM and VFW capture filters.<br> <br> Other stuff:<br> ------------<br> <br> </p>
</body>
</html>
|