-
Realize DirectX to play the video file, pause, stop and other functions
实现DirectX播放视频文件、暂停、停止等功能-Realize DirectX to play the video file, pause, stop and other functions
- 2023-04-12 21:30:03下载
- 积分:1
-
d3d9wj
#include <windows.h>
#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
-
direct sound wave recorder
direct sound wave recorder
- 2022-03-15 15:38:49下载
- 积分:1
-
directx
一个微软自带的DirecX程序的例子,相当经典!(A DirecX Microsoft' s own example of the procedure, very classic!)
- 2020-10-27 21:59:58下载
- 积分:1
-
一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip...
一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip- In an elephant "Empire Time" plays the small game example which
the vehicles fire, uses front DXGuide.zip
- 2022-01-30 14:07:24下载
- 积分:1
-
DirectShow grambber样本
directshow grambber sample
- 2022-08-20 14:30:28下载
- 积分:1
-
播放摄像头,采用DIRCETSHOW模式。简单易懂。
播放摄像头,采用DIRCETSHOW模式。简单易懂。-broadcast camera, using DIRCETSHOW model. Simple and understandable.
- 2022-03-10 13:33:03下载
- 积分:1
-
MP3的VC和BC代码,对于想了解MP3的人应该有帮助
MP3的VC和BC代码,对于想了解MP3的人应该有帮助-MP3 VC and BC code for the MP3 would like to know who should help
- 2022-02-01 21:52:41下载
- 积分:1
-
使用Direct3D创建旋转立方体。本程序的核心是LoadMeshs()函数。
使用Direct3D创建旋转立方体。本程序的核心是LoadMeshs()函数。-use Direct3D create rotating cube. This procedure is the core of LoadMeshs () function.
- 2022-02-27 02:23:43下载
- 积分:1
-
D3D_Camera
DX9 摄像机简单封装
适合初学者学习(DX9 simple package for beginners to learn camera)
- 2011-10-01 09:35:03下载
- 积分:1