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.
 
 
 
 
 
 
Shaswata Das 827363a95b
Create LICENSE
4 years ago
..
atitvsnd.cpp commiting as it is 4 years ago
atitvsnd.h commiting as it is 4 years ago
atitvsnd.rc commiting as it is 4 years ago
makefile commiting as it is 4 years ago
readme.htm commiting as it is 4 years ago
sources commiting as it is 4 years ago
tsndhdw.cpp commiting as it is 4 years ago
tsndprop.cpp commiting as it is 4 years ago
wdmtvsnd.cpp commiting as it is 4 years ago
wdmtvsnd.h commiting as it is 4 years ago

readme.htm

<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 ATITVSND<br>
<br>
Description:<br>
------------<br>
ATITVSND is a sample WDM stream class TVSound driver. It manifests itself in a
DShow graph as &quot;ATI TVSound&quot;. It controls selection of audio subchannels (SAP)
as well as mono/stereo audio decoding.<br>
<br>
<br>
Installation:<br>
-------------<br>
ATITVSND 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>
ATITVSND 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\Device4&quot;,pnpid,,&quot;atitvsnd&quot;<br>
<br>
<br>
Testing:<br>
-------- <br>
1. WebTV for Windows</p>
<blockquote>
<p>- 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 <br>
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.<br>
<br>
WebTV for Windows</p>
</blockquote>
<p>- Click the TV icon in the tray, and watch TV</p>
</blockquote>
<p>2. GraphEdt.exe</p>
<blockquote>
<p>- Make sure you're using a version of DShow 5.2 or better GraphEdt.exe.
This is needed to support new PnP features.<br>
- Graph.InsertFilters</p>
<p><br>
&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>
<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>3. AMCap.exe<br>
<br>
This capture application is provided in the DShow SDK, and does all of&nbsp; the
graph building automatically for both WDM and VFW capture filters.<br>
<br>
Other stuff:<br>
------------</p>
<ol>
<li>Note that WebTV for Windows, as shipped in the initial release of Windows
98, does not support a TVAudio filter.</li>
<li>Note that compile time options can be used to either disable or enable the
use of the TvAudio filter in the All-In-Wonder graph.</li>
</ol>
<p>&nbsp;</p>

</body>

</html>