-
Introduction_To_Direct3D9_Chinese_Edition(WenYunBi
Introduction.To.Direct3D9中文版(翁云兵版)书附带源码(Introduction.To.Direct3D9 Chinese version (??soldiers Edition) book incidental source)
- 2007-08-11 10:32:55下载
- 积分:1
-
some example developed with directx9 in vc
some example developed with directx9 in vc
- 2022-08-21 10:46:44下载
- 积分:1
-
in Windows 2000 professional, VC6. 0 through editing. Yes, I learn DirectDraw an...
在Windows 2000 professional,VC6。0下编辑通过。 是我学习DirectDraw和DirectSound时,对它们做的一些封装。用起来方便一些。-in Windows 2000 professional, VC6. 0 through editing. Yes, I learn DirectDraw and DirectSound, they made some Packaging. Together with convenience.
- 2022-10-01 13:05:04下载
- 积分:1
-
《DirectShow开发指南》配套代码,对学习directshow的朋友很有帮助!...
《DirectShow开发指南》配套代码,对学习directshow的朋友很有帮助!-err
- 2022-05-28 08:53:43下载
- 积分:1
-
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程....
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程.-DirectDraw DirectX on the use of MFC framework used to write, especially for a friend familiar with the VC learning DirectX programming.
- 2022-03-24 14:57:52下载
- 积分:1
-
的dvapp应用支持以下模式:
The DVApp application supports the following modes:
Preview: Renders DV from the camcorder to a video window.
DV to type-1 file: Captures DV data from the camcorder to a type-1 DV file.
Type-1 file to DV: Transmits data from a type-1 DV file to the camcorder.
DV to type-2 file: Captures DV data from the camcorder to a type-2 DV file.
Type-2 file to DV: Transmits data from a type-2 DV file to the camcorder.
The capture and transmit modes also perform preview. Each of those modes has a No Preview option as well, which disables preview. Capturing without preview is more efficient and can reduce the number of dropped frames.
The application starts in preview mode. To select another mode, choose a mode from the Graph Mode menu. For each mode, DVApp builds a filter graph that supports the functionality of that mode. To save the graph as a GraphEdit (.grf) file, select Save Graph to File from the File menu. Quit DVApp before opening the file in GraphEdit.
- 2022-12-28 17:10:04下载
- 积分: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
-
这本书的DirectX SDK 9版,几乎涵盖了在Windows平台的建模…
这本书directxsdkversion9.0,几乎涵盖了Windows平台上执行C编程的各个方面。这本书分为四个部分。第一部分介绍了DirectShow的基本知识。第二部分重点介绍了滤波器的开发,以及DirectShow的应用开发,包括目前流行的音视频采集、数码相机、非线性编辑等应用。第三部分深入分析了DirectShow-SDK典型部分的源代码。第四部分笔者通过案例和开源分析,进一步阐述了DirectShow的实际应用。04
- 2022-07-22 20:38:17下载
- 积分:1
-
3种alpha混合的源码
3种alpha混合的源码-three kinds of mixed alpha source
- 2023-08-31 17:30:03下载
- 积分:1
-
基于C的DLL,用diretshow,VMR9,视频添加文字,图片,一个好的方向…
基于c的dll,用到diretshow,VMR9,视频上加文字,图片,一个directshow的好sample.-C Based on the dll, used diretshow, VMR9, video add text, pictures, a good DirectShow sample.
- 2022-01-25 23:35:38下载
- 积分:1