-
此示例应用程序演示了使用DirectShow音频采集。应用…
This sample application demonstrates audio capture using DirectShow. The application enables the user to perform the following tasks:
Capture audio to a file.
Select the audio capture device.
View properties on the audio capture device.
Select the sample rate and number of channels (stereo or mono). -This sample application demonstrates audio capture using DirectShow. The application enables the user to perform the following tasks: Capture audio to a file. Select the audio capture device. View properties on the audio capture device. Select the sample rate and number of channels (stereo or mono).
- 2022-03-21 23:10:13下载
- 积分:1
-
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈...
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈-Implementation of this process of dynamic reflection, that is, in the shadow of Direct programming of the specific implementation body, you just want to study programming to help have ha
- 2022-04-08 07:10:53下载
- 积分:1
-
this formula [DirectShow application development formula BCB settings] article a
这篇公式[DirectShow application development formula BCB settings]文章就是使用这个公式的例子
- 2022-03-03 02:35:59下载
- 积分:1
-
利用delphix开发的程序,很好,如果您要开发delphiX程序,请
利用delphix开发的程序,很好,如果您要开发delphiX程序,请-delphix use of the program, a very good, if you want to develop delphiX procedures, please s
- 2022-08-10 05:13:35下载
- 积分:1
-
很好的游戏编程入门本书编写的目的是为学习Windows编程的读者提供一个良好的学习方法,循序渐进 ... Windows ] 系列丛书: [ ] 10724.P...
很好的游戏编程入门本书编写的目的是为学习Windows编程的读者提供一个良好的学习方法,循序渐进 ... Windows ] 系列丛书: [ ] 10724.PC游戏编程(网络游戏篇) 附CD -good game programming book entry prepared for the purpose of learning Windows programming readers to provide a good learning methods, progressive ... Windows] Series : [] 10724.PC game programming (online games Part 1) A CD nbsp
- 2023-07-07 06:35:03下载
- 积分:1
-
DirectX7.0 use of image full
利用DirectX7.0实现图像全屏幕显示-DirectX7.0 use of image full-screen display
- 2022-03-21 01:27:59下载
- 积分:1
-
AC3 格式解码器的源代码,是一个制作DirectX音频解码器的范例。...
AC3 格式解码器的源代码,是一个制作DirectX音频解码器的范例。-AC3 format decoder source code, is a production of DirectX audio decoder example.
- 2022-07-03 18:37:37下载
- 积分:1
-
直接使用目录编码主要关于VC direct8.1游戏制作引擎…
dircet教程代码主要讲述怎么用vc++ direct8.1 制作游戏引擎的深入浅出通俗易懂 比较简单-direct Directory code used mainly about how vc direct8.1 game production engine is relatively simple easy accessibly
- 2022-04-01 15:10:55下载
- 积分:1
-
d3d9wj
说明: #include
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA)...
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-01-26 19:22:15下载
- 积分:1