avshws.htm
来自「audio and video stream driver for window」· HTM 代码 · 共 42 行
HTM
42 行
<HTML><HEAD><TITLE>AVSHwS: AVStream Simulated Hardware Sample Driver</TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR></HEAD>
<BODY link=#0000ff><FONT face=Verdana size=5>
<H2>AVSHwS: AVStream Simulated Hardware Sample Driver </H2></FONT><FONT face=Verdana size=2>
<P><SPAN style="COLOR: #ff0000; FONT-FAMILY: Arial; FONT-SIZE: 10pt">[This is
preliminary documentation and subject to change.]</SPAN></P>
<H3>SUMMARY</H3></FONT><FONT face=Verdana size=2>
<P>
The AVSHwS sample provides a pin-centric AVStream capture driver for a simulated piece of hardware.
The driver performs captures at 320x240 in either an RGB24 or YUV422 format via direct DMA into capture
buffers. The purpose of the sample is to demonstrate how to write a pin-centric AVStream minidriver.
The sample also shows how to implement DMA by using the related functionality
provided by AVStream.
<p>
</FONT><FONT face=Verdana size=2>
<p>
<H3>BUILDING THE SAMPLE</H3></FONT><FONT face=Verdana size=2>
<P>
Build the sample by typing <B>build -zc</B> in either the standard checked or free build
environment. A successful build produces <i>avshws.sys.</i>
To install the driver, right click on <i>avshws.inf</i> and select Install.
When prompted for <i>avshws.sys</i>, select the built binary.<p>
The sample works on x86 platforms and builds
correctly using Microsoft® Visual C® 6.0. The driver uses Plug and Play.
<P>
This sample runs on Microsoft
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?