2025-04-27 07:49:33 -04:00
..
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00
2025-04-27 07:49:33 -04:00

<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 &quot;ATI TVTuner&quot;. 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>
&nbsp;</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,&quot;ENUM\Device1&quot;,pnpid,,&quot;atitunep&quot;<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>&quot;WDM Streaming Capture Devices&quot;</p>
    <blockquote>
      <p>&quot;BT829 Capture&quot;</p>
    </blockquote>
    <p>&quot;WDM Streaming Crossbar Devices&quot;</p>
    <blockquote>
      <p>&quot;ATI Crossbar&quot;<br>
      &quot;BT829 Crossbar&quot;</p>
    </blockquote>
    <p>&quot;WDM Streaming TvTuner Devices&quot;</p>
    <blockquote>
      <p>&quot;ATI TvTuner&quot;</p>
    </blockquote>
    <p>&quot;Direct Show filters&quot;</p>
    <blockquote>
      <p>&quot;Overlay Mixer&quot;</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>
&nbsp;</p>

</body>

</html>